Skip to content

Commit 5eabeb6

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.11.4](astral-sh/ruff-pre-commit@v0.8.6...v0.11.4)
1 parent 4c2e17b commit 5eabeb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ repos:
1717
- id: check-added-large-files
1818

1919
- repo: https://github.com/psf/black
20-
rev: 24.10.0
20+
rev: 25.1.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.0.1
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.11.4
3434
hooks:
3535
# Run the linter.
3636
- id: ruff

0 commit comments

Comments
 (0)