Skip to content

Commit

Permalink
chore: update pre-commit config (#4297)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Aug 1, 2024
1 parent 84c360b commit 3f80d0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
exclude: ^fuzz/generated/

- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
exclude: ^fuzz/generated/
Expand All @@ -45,7 +45,7 @@ repos:
- id: gitlint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ flake8==7.1.0; python_version >= "3.8"
bandit==1.7.9
gitlint==v0.19.1
interrogate
mypy==v1.10.1
mypy==v1.11.1
pytest>=7.2.0
pytest-xdist
pytest-cov
Expand Down

0 comments on commit 3f80d0f

Please sign in to comment.