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 61c94cd + df90ec6 commit eed9461Copy full SHA for eed9461
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.1.0
+ rev: v4.3.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.31.0
+ rev: v2.34.0
13
14
- id: pyupgrade
15
@@ -19,7 +19,7 @@ repos:
19
- id: flake8
20
21
- repo: https://github.com/psf/black
22
- rev: 22.1.0
+ rev: 22.3.0
23
24
- id: black
25
0 commit comments