Skip to content

Commit 886d0d4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.11.0](astral-sh/ruff-pre-commit@v0.9.6...v0.11.0) - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1)
1 parent dd1cd33 commit 886d0d4

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
@@ -16,12 +16,12 @@ repos:
1616
args: [--fix, lf]
1717
- id: trailing-whitespace
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: "v0.9.6"
19+
rev: "v0.11.0"
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --exit-non-zero-on-fix]
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 6.0.0
24+
rev: 6.0.1
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/pre-commit/mirrors-prettier

0 commit comments

Comments
 (0)