Skip to content

Commit c76be51

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.8.0 → 25.1.0](psf/black@22.8.0...25.1.0) - https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.10.1 → 6.0.1](PyCQA/isort@5.10.1...6.0.1) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.133 → v0.11.11](astral-sh/ruff-pre-commit@v0.0.133...v0.11.11)
1 parent 34a3ec0 commit c76be51

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
exclude: '.git|.tox'
2-
default_stages: [commit]
2+
default_stages: [pre-commit]
33
fail_fast: true
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 22.8.0
7+
rev: 25.1.0
88
hooks:
99
- id: black
1010

11-
- repo: https://github.com/timothycrosley/isort
12-
rev: 5.10.1
11+
- repo: https://github.com/PyCQA/isort
12+
rev: 6.0.1
1313
hooks:
1414
- id: isort
1515

16-
- repo: https://github.com/charliermarsh/ruff-pre-commit
17-
rev: v0.0.133
16+
- repo: https://github.com/astral-sh/ruff-pre-commit
17+
rev: v0.11.11
1818
hooks:
1919
- id: ruff

0 commit comments

Comments
 (0)