Skip to content

Commit 95ec0ea

Browse files
authored
Bump pre-commit hooks (#79)
1 parent 26270b2 commit 95ec0ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.0.1 # Use the ref you want to point at
4+
rev: v4.1.0 # Use the ref you want to point at
55
hooks:
66
- id: trailing-whitespace
77
- id: check-yaml
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- id: check-executables-have-shebangs
1111
- repo: https://github.com/python/black
12-
rev: 21.10b0
12+
rev: 22.3.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/pycqa/flake8
1616
rev: 4.0.1
1717
hooks:
1818
- id: flake8
1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v0.910-1
20+
rev: v0.942
2121
hooks:
2222
- id: mypy
2323
# empty args needed in order to match mypy cli behavior
@@ -30,7 +30,7 @@ repos:
3030
- types-docutils
3131
- types-toml
3232
- repo: https://github.com/PyCQA/pylint
33-
rev: v2.11.1
33+
rev: v2.13.3
3434
hooks:
3535
- id: pylint
3636
additional_dependencies:

0 commit comments

Comments
 (0)