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, 2023
1 parent 1dddf63 commit 0559d08
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
Expand Up @@ -5,35 +5,35 @@ repos:
- id: isort

- repo: https://github.com/python/black
rev: 22.10.0
rev: 23.3.0
hooks:
- id: black

- repo: https://github.com/asottile/pyupgrade
rev: v3.2.0
rev: v3.3.1
hooks:
- id: pyupgrade
args: ["--py37-plus"]

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

- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
rev: 1.7.5
hooks:
- id: bandit
args: ["-c", "bandit.conf"]

- repo: https://github.com/jorisroovers/gitlint
rev: v0.17.0
rev: v0.19.1
hooks:
- id: gitlint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.1.1
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,11 +1,11 @@
black==22.10.0
black==23.3.0
isort; python_version < "3.8"
isort==5.12.0; python_version >= "3.8"
pre-commit==2.20.0
flake8==5.0.4
bandit==1.7.4
gitlint==v0.17.0
mypy==v0.991
pre-commit==3.2.1
flake8==6.0.0
bandit==1.7.5
gitlint==v0.19.1
mypy==v1.1.1
py>=1.10.0
pytest
pytest-xdist
Expand Down

0 comments on commit 0559d08

Please sign in to comment.