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 Mar 1, 2023
1 parent 1dddf63 commit 7dd7a40
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ repos:
- id: isort

- repo: https://github.com/python/black
rev: 22.10.0
rev: 23.1.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/
Expand All @@ -28,12 +28,12 @@ repos:
args: ["-c", "bandit.conf"]

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

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.0.1
hooks:
- id: mypy
additional_dependencies:
Expand Down
10 changes: 5 additions & 5 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
black==22.10.0
black==23.1.0
isort; python_version < "3.8"
isort==5.12.0; python_version >= "3.8"
pre-commit==2.20.0
flake8==5.0.4
pre-commit==3.1.1
flake8==6.0.0
bandit==1.7.4
gitlint==v0.17.0
mypy==v0.991
gitlint==v0.19.0dev
mypy==v1.0.1
py>=1.10.0
pytest
pytest-xdist
Expand Down

0 comments on commit 7dd7a40

Please sign in to comment.