Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/pre-commit/mirrors-eslint: v8.50.0 → v8.51.0](pre-commit/mirrors-eslint@v8.50.0...v8.51.0)
- [github.com/asottile/pyupgrade: v3.13.0 → v3.15.0](asottile/pyupgrade@v3.13.0...v3.15.0)
- [github.com/pylint-dev/pylint: v3.0.0 → v3.0.1](pylint-dev/pylint@v3.0.0...v3.0.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 9, 2023
1 parent 604ca47 commit 38b689f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ci:
# pre-commit setup
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
# Identify invalid files
- id: check-ast
Expand Down Expand Up @@ -73,7 +73,7 @@ repos:
)
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.50.0
rev: v8.51.0
hooks:
- id: eslint
exclude: |
Expand Down Expand Up @@ -127,7 +127,7 @@ repos:
- --target-version=4.0 # Minimum supported Django version for AA. Update as needed.

- repo: https://github.com/asottile/pyupgrade
rev: v3.13.0
rev: v3.15.0
hooks:
- id: pyupgrade
args:
Expand Down Expand Up @@ -203,7 +203,7 @@ repos:
- id: validate-pyproject

- repo: https://github.com/pylint-dev/pylint
rev: v3.0.0
rev: v3.0.1
hooks:
- id: pylint
args:
Expand Down

0 comments on commit 38b689f

Please sign in to comment.