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 7945778 commit bdd789bCopy full SHA for bdd789b
.pre-commit-config.yaml
@@ -11,26 +11,26 @@ ci:
11
12
repos:
13
- repo: https://github.com/pre-commit/pre-commit-hooks
14
- rev: v5.0.0
+ rev: v6.0.0
15
hooks:
16
- id: trailing-whitespace
17
- id: check-added-large-files
18
19
- - repo: https://github.com/psf/black
20
- rev: 24.10.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
21
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.1.0
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.13.3
34
35
# Run the linter.
36
- id: ruff
0 commit comments