Skip to content

Commit 19580ba

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.6 → v0.13.3](astral-sh/ruff-pre-commit@v0.11.6...v0.13.3) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0)
1 parent 4776f84 commit 19580ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
args: [--without-hashes, -f, requirements.txt, -o, requirements.txt]
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: 'v5.0.0'
15+
rev: 'v6.0.0'
1616
hooks:
1717
- id: check-toml
1818
- id: check-yaml
@@ -32,20 +32,20 @@ repos:
3232
args: [--remove-all-unused-imports, --in-place, --ignore-init-module-imports]
3333

3434
- repo: https://github.com/pycqa/isort
35-
rev: '6.0.1'
35+
rev: '6.1.0'
3636
hooks:
3737
- id: isort
3838
language: python
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: 'v0.11.6'
41+
rev: 'v0.13.3'
4242
hooks:
4343
- id: ruff
4444
args: [--fix, --exit-non-zero-on-fix]
4545
language: python
4646

47-
- repo: https://github.com/psf/black
48-
rev: '25.1.0'
47+
- repo: https://github.com/psf/black-pre-commit-mirror
48+
rev: '25.9.0'
4949
hooks:
5050
- id: black
5151
language_version: python3.12

0 commit comments

Comments
 (0)