Skip to content

Commit 8bbab50

Browse files
[pre-commit.ci] pre-commit autoupdate (#67)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7c1459f commit 8bbab50

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
@@ -18,13 +18,13 @@ repos:
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.15.1
21+
rev: v0.15.2
2222
hooks:
2323
- id: ruff
2424
args: [ --fix ]
2525
- id: ruff-format
2626
- repo: https://github.com/PyCQA/isort
27-
rev: 7.0.0
27+
rev: 8.0.0
2828
hooks:
2929
- id: isort
3030
- repo: https://github.com/PyCQA/docformatter

0 commit comments

Comments
 (0)