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.
2 parents 4d620d5 + 5da0d1f commit 080cd5fCopy full SHA for 080cd5f
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v3.2.0
+ rev: v4.1.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -9,7 +9,7 @@ repos:
9
- id: check-ast
10
11
- repo: https://github.com/asottile/pyupgrade
12
- rev: v2.29.1
+ rev: v2.31.0
13
14
- id: pyupgrade
15
@@ -18,7 +18,7 @@ repos:
18
19
- id: flake8
20
21
- - repo: https://github.com/ambv/black
+ - repo: https://github.com/psf/black
22
rev: 21.12b0
23
24
- id: black
0 commit comments