Skip to content

Commit 6302935

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.4 → v0.9.10](astral-sh/ruff-pre-commit@v0.9.4...v0.9.10)
1 parent ec92e87 commit 6302935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: mixed-line-ending
1010

1111
- repo: https://github.com/PyCQA/isort
12-
rev: 6.0.0
12+
rev: 6.0.1
1313
hooks:
1414
- id: isort
1515
files: ex_app/lib/
@@ -21,6 +21,6 @@ repos:
2121
files: ex_app/lib/
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.9.4
24+
rev: v0.9.10
2525
hooks:
2626
- id: ruff

0 commit comments

Comments
 (0)