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 Jun 1, 2023
1 parent cbbdb92 commit 74c6cdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: black

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.4.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -33,7 +33,7 @@ repos:
- id: gitlint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
rev: v1.3.0
hooks:
- id: mypy
additional_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ black==23.3.0
isort; python_version < "3.8"
isort==5.12.0; python_version >= "3.8"
pre-commit; python_version < "3.8"
pre-commit==3.2.2; python_version >= "3.8"
pre-commit==3.3.2; python_version >= "3.8"
flake8; python_version < "3.8"
flake8==6.0.0; python_version >= "3.8"
bandit==1.7.5
gitlint==v0.19.1
mypy==v1.2.0
mypy==v1.3.0
py>=1.10.0
pytest
pytest-xdist
Expand Down

0 comments on commit 74c6cdb

Please sign in to comment.