Skip to content

Commit a5f10fe

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.1 → v0.15.2](astral-sh/ruff-pre-commit@v0.15.1...v0.15.2) - [github.com/PyCQA/isort: 7.0.0 → 8.0.0](PyCQA/isort@7.0.0...8.0.0)
1 parent de1b443 commit a5f10fe

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
@@ -25,14 +25,14 @@ repos:
2525
hooks:
2626
- id: black
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.15.1
28+
rev: v0.15.2
2929
hooks:
3030
- id: ruff
3131
args:
3232
- --fix
3333
- --exit-non-zero-on-fix
3434
- repo: https://github.com/PyCQA/isort
35-
rev: 7.0.0
35+
rev: 8.0.0
3636
hooks:
3737
- id: isort
3838
args: ['--profile', 'black']

0 commit comments

Comments
 (0)