Skip to content

Commit 11f2718

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.2...v0.13.3) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0)
1 parent 8602e05 commit 11f2718

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,11 +1,11 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.13.2
3+
rev: v0.13.3
44
hooks:
55
- id: ruff
66
args: [--fix, --exit-non-zero-on-fix]
77

8-
- repo: https://github.com/psf/black
8+
- repo: https://github.com/psf/black-pre-commit-mirror
99
rev: 25.9.0
1010
hooks:
1111
- id: black
@@ -23,7 +23,7 @@ repos:
2323
- id: requirements-txt-fixer
2424

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

0 commit comments

Comments
 (0)