Skip to content

Commit 6ef86a8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 7.0.0 → 8.0.0](PyCQA/isort@7.0.0...8.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.2](astral-sh/ruff-pre-commit@v0.14.10...v0.15.2)
1 parent 4344406 commit 6ef86a8

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
@@ -10,13 +10,13 @@ repos:
1010
- id: mixed-line-ending
1111
args: [--fix=lf]
1212
- repo: https://github.com/pycqa/isort
13-
rev: 7.0.0
13+
rev: 8.0.0
1414
hooks:
1515
- id: isort
1616
args: ["--profile", "black", "--filter-files"]
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
1818
# Ruff version.
19-
rev: v0.14.10
19+
rev: v0.15.2
2020
hooks:
2121
# Run the linter.
2222
- id: ruff

0 commit comments

Comments
 (0)