We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8d2ad commit c59405aCopy full SHA for c59405a
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.2.0
+ rev: v4.3.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -9,11 +9,11 @@ repos:
9
- id: debug-statements
10
- id: check-ast
11
- repo: https://github.com/ambv/black
12
- rev: 22.3.0
+ rev: 22.8.0
13
14
- id: black
15
- repo: https://github.com/asottile/pyupgrade
16
- rev: v2.32.1
+ rev: v2.37.3
17
18
- id: pyupgrade
19
args: ["--py37-plus"]
0 commit comments