Skip to content

Commit bdd789b

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.9.0](psf/black-pre-commit-mirror@24.10.0...25.9.0) - [github.com/PyCQA/isort: 5.13.2 → 6.1.0](PyCQA/isort@5.13.2...6.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.13.3](astral-sh/ruff-pre-commit@v0.8.6...v0.13.3)
1 parent 7945778 commit bdd789b

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.9.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: 6.1.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.13.3
3434
hooks:
3535
# Run the linter.
3636
- id: ruff

0 commit comments

Comments
 (0)