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 5991d6e commit b68e84aCopy full SHA for b68e84a
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
25
# Sort imports
26
- repo: https://github.com/pycqa/isort
27
- rev: "5.13.2"
+ rev: "6.0.1"
28
hooks:
29
- id: isort
30
args:
@@ -33,21 +33,21 @@ repos:
33
34
# Black formatting
35
- repo: https://github.com/psf/black
36
- rev: "24.10.0"
+ rev: "25.1.0"
37
38
- id: black
39
args: ["--line-length=99"]
40
41
# tool to automatically upgrade syntax for newer versions of the language
42
- repo: https://github.com/asottile/pyupgrade
43
- rev: v3.19.1
+ rev: v3.20.0
44
45
- id: pyupgrade
46
args: [--py37-plus]
47
48
# Lint files
49
- repo: https://github.com/pycqa/flake8
50
- rev: "7.1.1"
+ rev: "7.3.0"
51
52
- id: flake8
53
args: [
0 commit comments