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/psf/black: 23.10.1 → 24.3.0](psf/black@23.10.1...24.3.0)
- [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.9.0](pre-commit/mirrors-mypy@v1.6.1...v1.9.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 Mar 25, 2024
1 parent fdd4f03 commit 8c9a35a
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 @@ -12,7 +12,7 @@ repos:
- id: reorder-python-imports

- repo: https://github.com/psf/black
rev: '23.10.1'
rev: '24.3.0'
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.9.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 8c9a35a

Please sign in to comment.