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 162c8b7 commit f7ab448Copy full SHA for f7ab448
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
- id: "trailing-whitespace"
24
25
- repo: "https://github.com/asottile/pyupgrade"
26
- rev: "v3.19.1"
+ rev: "v3.20.0"
27
hooks:
28
- id: "pyupgrade"
29
name: "Enforce Python 3.7+ idioms"
@@ -36,12 +36,12 @@ repos:
36
- id: "black"
37
38
- repo: "https://github.com/pycqa/isort"
39
- rev: "6.0.0"
+ rev: "6.0.1"
40
41
- id: "isort"
42
43
- repo: "https://github.com/pycqa/flake8"
44
- rev: "7.1.1"
+ rev: "7.3.0"
45
46
- id: "flake8"
47
additional_dependencies:
0 commit comments