Skip to content

Commit

Permalink
Update pre-commit-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
kumekay committed May 27, 2022
1 parent bda6294 commit 161e26b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: check-yaml
exclude: tests
Expand All @@ -23,7 +23,7 @@ repos:
exclude: ^tests|integration_tests.*$
args: ["-s", "B101"] # disable B101: test for use of assert
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931
rev: v0.960
hooks:
- id: mypy
additional_dependencies: ['types-six', 'types-requests', 'types-PyYAML<5.3']
Expand All @@ -40,6 +40,6 @@ repos:
hooks:
- id: isort
- repo: https://github.com/myint/eradicate/
rev: v2.0.0
rev: v2.1.0
hooks:
- id: eradicate

0 comments on commit 161e26b

Please sign in to comment.