Skip to content

Commit 220eb3b

Browse files
pre-commit-ci[bot]csernazs
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.10 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.10...v0.15.12) - [github.com/pycqa/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3)
1 parent d309666 commit 220eb3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.15.10
3+
rev: v0.15.12
44
hooks:
55
- id: ruff
66
args: [--fix, --exit-non-zero-on-fix]
@@ -23,7 +23,7 @@ repos:
2323
- id: requirements-txt-fixer
2424

2525
- repo: https://github.com/pycqa/isort
26-
rev: 8.0.1
26+
rev: 9.0.0a3
2727
hooks:
2828
- id: isort
2929
name: isort (python)

0 commit comments

Comments
 (0)