Skip to content

Commit 0c0c0dd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4)
1 parent 44b6663 commit 0c0c0dd

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
@@ -12,19 +12,19 @@ repos:
1212
- id: mixed-line-ending
1313

1414
- repo: https://github.com/PyCQA/isort
15-
rev: 5.13.2
15+
rev: 6.0.0
1616
hooks:
1717
- id: isort
1818
files: ex_app/lib/
1919

2020
- repo: https://github.com/psf/black
21-
rev: 24.10.0
21+
rev: 25.1.0
2222
hooks:
2323
- id: black
2424
files: ex_app/lib/
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.9.3
27+
rev: v0.9.4
2828
hooks:
2929
- id: ruff
3030

0 commit comments

Comments
 (0)