Skip to content

Commit f250cb8

Browse files
[pre-commit.ci] pre-commit autoupdate (#90)
updates: - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.7...v0.9.9) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 36964da commit f250cb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ repos:
1818
args:
1919
- --remove
2020
- repo: https://github.com/PyCQA/isort
21-
rev: "6.0.0"
21+
rev: "6.0.1"
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
2525
rev: 25.1.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: 'v0.9.7'
29+
rev: 'v0.9.9'
3030
hooks:
3131
- id: ruff
3232
- repo: https://github.com/asottile/pyupgrade

0 commit comments

Comments
 (0)