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 4531f12Copy full SHA for 4531f12
.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
@@ -26,12 +26,12 @@ repos:
26
name: Sort import statements using isort
27
28
- repo: https://github.com/psf/black
29
- rev: 23.12.1
+ rev: 24.10.0
30
31
- id: black
32
33
- repo: https://github.com/astral-sh/ruff-pre-commit
34
- rev: "v0.3.4"
+ rev: "v0.8.6"
35
36
- id: ruff
37
args:
0 commit comments