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 591f03d commit d08653aCopy full SHA for d08653a
.pre-commit-config.yaml
@@ -1,10 +1,10 @@
1
# To install the git pre-commit hook run:
2
# pre-commit install
3
# To update the pre-commit hooks run:
4
-# pre-commit install-hooks
+# pre-commit autoupdate
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.2.0
+ rev: v4.3.0
8
hooks:
9
- id: trailing-whitespace
10
- id: end-of-file-fixer
@@ -14,12 +14,12 @@ repos:
14
rev: 5.10.1
15
16
- id: isort
17
- - repo: https://github.com/PyCQA/flake8
18
- rev: 4.0.1
19
- hooks:
20
- - id: flake8
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v2.32.1
+ rev: v3.2.0
23
24
- id: pyupgrade
25
args: [--py36-plus]
+ - repo: https://github.com/PyCQA/flake8
+ rev: 5.0.4
+ hooks:
+ - id: flake8
0 commit comments