We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16166cd commit cffd9f4Copy full SHA for cffd9f4
1 file changed
.pre-commit-config.yaml
@@ -1,23 +1,23 @@
1
---
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v2.3.0 # Use the ref you want to point at
+ rev: v4.0.1 # Use the ref you want to point at
5
hooks:
6
- id: trailing-whitespace
7
- id: check-yaml
8
- id: end-of-file-fixer
9
10
- id: check-executables-have-shebangs
11
- repo: https://github.com/python/black
12
- rev: 21.7b0
+ rev: 21.10b0
13
14
- id: black
15
- repo: https://github.com/pycqa/flake8
16
- rev: 3.9.2
+ rev: 4.0.1
17
18
- id: flake8
19
- repo: https://github.com/pre-commit/mirrors-mypy
20
- rev: v0.910
+ rev: v0.910-1
21
22
- id: mypy
23
# empty args needed in order to match mypy cli behavior
0 commit comments