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 66c9e4e commit e441a41Copy full SHA for e441a41
.pre-commit-config.yaml
@@ -17,20 +17,20 @@ repos:
17
- id: check-added-large-files
18
19
- repo: https://github.com/psf/black
20
- rev: 24.10.0
+ rev: 25.1.0
21
hooks:
22
- id: black
23
name: "Black: The uncompromising Python code formatter"
24
25
- repo: https://github.com/PyCQA/isort
26
- rev: 5.13.2
+ rev: 6.0.1
27
28
- id: isort
29
name: "Sort Imports"
30
args: ["--profile", "black"]
31
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: v0.8.6
+ rev: v0.12.2
34
35
# Run the linter.
36
- id: ruff
0 commit comments