Skip to content

Commit f602fa2

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.12.0](psf/black-pre-commit-mirror@24.10.0...25.12.0) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.14.10](astral-sh/ruff-pre-commit@v0.8.6...v0.14.10)
1 parent cb1464b commit f602fa2

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
@@ -11,26 +11,26 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: check-added-large-files
1818

19-
- repo: https://github.com/psf/black
20-
rev: 24.10.0
19+
- repo: https://github.com/psf/black-pre-commit-mirror
20+
rev: 25.12.0
2121
hooks:
2222
- id: black
2323
name: "Black: The uncompromising Python code formatter"
2424

2525
- repo: https://github.com/PyCQA/isort
26-
rev: 5.13.2
26+
rev: 7.0.0
2727
hooks:
2828
- id: isort
2929
name: "Sort Imports"
3030
args: ["--profile", "black"]
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.8.6
33+
rev: v0.14.10
3434
hooks:
3535
# Run the linter.
3636
- id: ruff

0 commit comments

Comments
 (0)