Skip to content

Commit 2bc7a91

Browse files
authored
Merge pull request #33 from haplo/pre-commit-autoupdate
Update pre-commit hooks' versions
2 parents a8f3fb3 + ed8830e commit 2bc7a91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: isort
66
- repo: https://github.com/psf/black
7-
rev: 21.11b1
7+
rev: 22.1.0
88
hooks:
99
- id: black
1010
exclude: fixtures
@@ -14,12 +14,12 @@ repos:
1414
hooks:
1515
- id: flake8
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v0.910-1
17+
rev: v0.942
1818
hooks:
1919
- id: mypy
2020
additional_dependencies: [black, types-pkg_resources, types-setuptools, types-toml]
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.0.1
22+
rev: v4.1.0
2323
hooks:
2424
- id: check-merge-conflict
2525
- id: debug-statements

0 commit comments

Comments
 (0)