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 a6e74ff commit d134643Copy full SHA for d134643
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ ci:
10
11
repos:
12
- repo: https://github.com/pre-commit/pre-commit-hooks
13
- rev: v4.5.0
+ rev: v5.0.0
14
hooks:
15
- id: check-merge-conflict
16
- id: check-symlinks
@@ -20,18 +20,18 @@ repos:
20
- id: trailing-whitespace
21
22
- repo: https://github.com/PyCQA/isort
23
- rev: 5.13.2
+ rev: 6.0.0
24
25
- id: isort
26
name: Sort import statements using isort
27
28
- repo: https://github.com/psf/black
29
- rev: 23.12.1
+ rev: 25.1.0
30
31
- id: black
32
33
- repo: https://github.com/astral-sh/ruff-pre-commit
34
- rev: "v0.3.4"
+ rev: "v0.9.4"
35
36
- id: ruff
37
args:
0 commit comments