Skip to content

Commit cffd9f4

Browse files
authored
Bump linters (#69)
1 parent 16166cd commit cffd9f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
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: v2.3.0 # Use the ref you want to point at
4+
rev: v4.0.1 # 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.7b0
12+
rev: 21.10b0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/pycqa/flake8
16-
rev: 3.9.2
16+
rev: 4.0.1
1717
hooks:
1818
- id: flake8
1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v0.910
20+
rev: v0.910-1
2121
hooks:
2222
- id: mypy
2323
# empty args needed in order to match mypy cli behavior

0 commit comments

Comments
 (0)