Skip to content

Commit a3cc6e8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
1 parent 8bfb285 commit a3cc6e8

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.3
4+
rev: v0.9.4
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: 5.13.2
15+
rev: 6.0.0
1616
hooks:
1717
- id: isort

0 commit comments

Comments
 (0)