Skip to content

Commit

Permalink
chore: update pre-commit config (#3993)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow committed Apr 1, 2024
1 parent d4052ba commit d74b27f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.15.1
rev: v3.15.2
hooks:
- id: pyupgrade
exclude: ^fuzz/generated/
Expand All @@ -33,7 +33,7 @@ repos:
exclude: ^fuzz/generated/|bandit\.conf$

- repo: https://github.com/PyCQA/bandit
rev: 1.7.7
rev: 1.7.8
hooks:
- id: bandit
exclude: ^fuzz/generated/
Expand All @@ -45,7 +45,7 @@ repos:
- id: gitlint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
additional_dependencies:
Expand Down
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ black==24.3.0
isort; python_version < "3.8"
isort==5.13.2; python_version >= "3.8"
pre-commit; python_version <= "3.8"
pre-commit==3.6.2; python_version > "3.8"
pre-commit==3.7.0; python_version > "3.8"
flake8; python_version < "3.8"
flake8==7.0.0; python_version >= "3.8"
bandit==1.7.7
bandit==1.7.8
gitlint==v0.19.1
interrogate
mypy==v1.8.0
mypy==v1.9.0
pytest>=7.2.0
pytest-xdist
pytest-cov
Expand Down

0 comments on commit d74b27f

Please sign in to comment.