Skip to content

Commit 64e719c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.10](astral-sh/ruff-pre-commit@v0.9.7...v0.9.10)
1 parent 1eba35d commit 64e719c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: mixed-line-ending
1313

1414
- repo: https://github.com/PyCQA/isort
15-
rev: 6.0.0
15+
rev: 6.0.1
1616
hooks:
1717
- id: isort
1818
files: ex_app/lib/
@@ -24,7 +24,7 @@ repos:
2424
files: ex_app/lib/
2525

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

0 commit comments

Comments
 (0)