Skip to content

Commit 566bf2c

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.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 6926f73 commit 566bf2c

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.1
3+
rev: v0.15.2
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: 7.0.0
26+
rev: 8.0.0
2727
hooks:
2828
- id: isort
2929
name: isort (python)

0 commit comments

Comments
 (0)