Skip to content

Commit cdabe15

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents ed3199e + 0cc7419 commit cdabe15

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ repos:
1010
rev: 5.13.2
1111
hooks:
1212
- id: isort
13-
stages: [commit]
13+
stages: [pre-commit]
1414

1515
- repo: https://github.com/psf/black
16-
rev: 24.8.0
16+
rev: 24.10.0
1717
hooks:
1818
- id: black
19-
stages: [commit]
19+
stages: [pre-commit]
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.6.3
22+
rev: v0.7.2
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]
26-
stages: [commit]
26+
stages: [pre-commit]

0 commit comments

Comments
 (0)