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.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/asottile/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0)
- [github.com/psf/black: 23.10.1 → 24.4.2](psf/black@23.10.1...24.4.2)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
- [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.10.0](pre-commit/mirrors-mypy@v1.6.1...v1.10.0)
- [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
  • Loading branch information
pre-commit-ci[bot] committed Jun 3, 2024
1 parent fdd4f03 commit 479e27a
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
@@ -1,18 +1,18 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: ^(tests/.*)
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
rev: v3.13.0
hooks:
- id: reorder-python-imports

- repo: https://github.com/psf/black
rev: '23.10.1'
rev: '24.4.2'
hooks:
- id: black
args:
Expand All @@ -21,13 +21,13 @@ repos:
- "120"

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: ["--py38-plus"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.6.1'
rev: 'v1.10.0'
hooks:
- id: mypy
args:
Expand All @@ -39,7 +39,7 @@ repos:
- types-regex

- repo: https://github.com/pycqa/flake8
rev: '6.1.0' # pick a git hash / tag to point to
rev: '7.0.0' # pick a git hash / tag to point to
hooks:
- id: flake8
args:
Expand Down

0 comments on commit 479e27a

Please sign in to comment.