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 Apr 1, 2024
1 parent b543692 commit 9118481
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
rev: 24.3.0
hooks:
- id: black

- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: ["--py38-plus"]

- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
exclude: ^fuzz/generated/

- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.7.8
hooks:
- id: bandit
args: ["-c", "bandit.conf"]
Expand All @@ -33,7 +33,7 @@ repos:
- id: gitlint

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

0 comments on commit 9118481

Please sign in to comment.