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 a5411d8 commit 35e9515Copy full SHA for 35e9515
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/python-poetry/poetry
3
- rev: 1.8.0
+ rev: 2.0.1
4
hooks:
5
- id: poetry-check
6
@@ -22,7 +22,7 @@ repos:
22
args: ["--in-place", "--remove-unused-variables"]
23
24
- repo: https://github.com/pycqa/isort
25
- rev: 5.13.2
+ rev: 6.0.0
26
27
- id: isort
28
args:
@@ -35,7 +35,7 @@ repos:
35
]
36
37
- repo: https://github.com/codespell-project/codespell
38
- rev: v2.3.0
+ rev: v2.4.1
39
40
- id: codespell
41
args: [--write-changes]
@@ -74,7 +74,7 @@ repos:
74
- id: trailing-whitespace
75
76
- repo: https://github.com/psf/black
77
- rev: 24.10.0
+ rev: 25.1.0
78
79
- id: black
80
args: ["--line-length", "120"]
0 commit comments