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/editorconfig-checker/editorconfig-checker.python: 2.7.2 → 2.7.3](editorconfig-checker/editorconfig-checker.python@2.7.2...2.7.3)
- [github.com/asottile/pyupgrade: v3.13.0 → v3.15.0](asottile/pyupgrade@v3.13.0...v3.15.0)
- [github.com/abravalheri/validate-pyproject: v0.14 → v0.15](abravalheri/validate-pyproject@v0.14...v0.15)
- [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 16, 2023
1 parent 604ca47 commit fbe005c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 @@ -109,7 +109,7 @@ repos:
- id: python-use-type-annotations # Enforce that python3.6+ type annotations are used instead of type comments

- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.7.2
rev: 2.7.3
hooks:
- id: editorconfig-checker
exclude: |
Expand All @@ -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 @@ -198,12 +198,12 @@ repos:
- tox==4.11.3 # https://github.com/tox-dev/tox/releases/latest

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.14
rev: v0.15
hooks:
- 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 fbe005c

Please sign in to comment.