We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53faea commit 1ab3a1fCopy full SHA for 1ab3a1f
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
- id: trailing-whitespace
18
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v3.3.1
+ rev: v3.11.0
21
hooks:
22
- id: pyupgrade
23
args: [--py37-plus]
@@ -28,12 +28,12 @@ repos:
28
- id: isort
29
30
- repo: https://github.com/psf/black
31
- rev: 23.3.0
+ rev: 23.9.1
32
33
- id: black
34
35
- repo: https://github.com/PyCQA/flake8
36
- rev: 6.0.0
+ rev: 6.1.0
37
38
- id: flake8
39
0 commit comments