Skip to content

Commit 3abc01e

Browse files
pre-commit-ci[bot]csernazs
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
1 parent f1a42e5 commit 3abc01e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.9.3
3+
rev: v0.9.4
44
hooks:
55
- id: ruff
66
args: [--fix, --exit-non-zero-on-fix]
77

88
- repo: https://github.com/psf/black
9-
rev: 24.10.0
9+
rev: 25.1.0
1010
hooks:
1111
- id: black
1212
args: [--line-length=120, --safe]
@@ -23,7 +23,7 @@ repos:
2323
- id: requirements-txt-fixer
2424

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

0 commit comments

Comments
 (0)