Skip to content

Commit

Permalink
chore: update pre-commit config (#4099)
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 May 1, 2024
1 parent 4693beb commit ddcfd28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/econchick/interrogate
rev: 1.5.0
rev: 1.7.0
hooks:
- id: interrogate
verbose: True
Expand All @@ -14,7 +14,7 @@ repos:
exclude: ^fuzz/generated/

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
exclude: ^fuzz/generated/
Expand Down Expand Up @@ -45,7 +45,7 @@ repos:
- id: gitlint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.0
hooks:
- id: mypy
additional_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions dev-requirements.txt
@@ -1,4 +1,4 @@
black==24.4.0
black==24.4.2
isort; python_version < "3.8"
isort==5.13.2; python_version >= "3.8"
pre-commit; python_version <= "3.8"
Expand All @@ -8,7 +8,7 @@ flake8==7.0.0; python_version >= "3.8"
bandit==1.7.8
gitlint==v0.19.1
interrogate
mypy==v1.9.0
mypy==v1.10.0
pytest>=7.2.0
pytest-xdist
pytest-cov
Expand Down

0 comments on commit ddcfd28

Please sign in to comment.