Skip to content

Commit

Permalink
Merge d7d0bb0 into fdd4f03
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 29, 2024
2 parents fdd4f03 + d7d0bb0 commit 7898a81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
Expand All @@ -12,7 +12,7 @@ repos:
- 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 7898a81

Please sign in to comment.