Skip to content

Commit

Permalink
chore: update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Aug 1, 2024
1 parent 1d15256 commit e12a3b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ repos:
exclude: ^fuzz/generated/

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.17.0
hooks:
- id: pyupgrade
exclude: ^fuzz/generated/
args: ["--py38-plus"]

- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
exclude: ^fuzz/generated/|bandit\.conf$

- repo: https://github.com/PyCQA/bandit
rev: 1.7.8
rev: 1.7.9
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.10.0
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies:
Expand Down
8 changes: 4 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ black==24.4.2
isort; python_version < "3.8"
isort==5.13.2; python_version >= "3.8"
pre-commit; python_version <= "3.8"
pre-commit==3.7.1; python_version > "3.8"
pre-commit==3.8.0; python_version > "3.8"
flake8; python_version < "3.8"
flake8==7.0.0; python_version >= "3.8"
bandit==1.7.8
flake8==7.1.0; python_version >= "3.8"
bandit==1.7.9
gitlint==v0.19.1
interrogate
mypy==v1.10.0
mypy==v1.11.1
pytest>=7.2.0
pytest-xdist
pytest-cov
Expand Down

0 comments on commit e12a3b0

Please sign in to comment.