Skip to content

Commit 01e031a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.10](astral-sh/ruff-pre-commit@v0.9.4...v0.9.10) - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1)
1 parent d2a2520 commit 01e031a

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
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.9.4
4+
rev: v0.9.10
55
hooks:
66
# Run the linter.
77
- id: ruff
@@ -12,6 +12,6 @@ repos:
1212
types_or: [ python, pyi ]
1313

1414
- repo: https://github.com/pycqa/isort
15-
rev: 6.0.0
15+
rev: 6.0.1
1616
hooks:
1717
- id: isort

0 commit comments

Comments
 (0)