Skip to content

Commit 312c8cf

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/astral-sh/ruff-pre-commit: v0.11.6 → v0.13.2](astral-sh/ruff-pre-commit@v0.11.6...v0.13.2) - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0)
1 parent 4776f84 commit 312c8cf

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
@@ -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
@@ -38,14 +38,14 @@ repos:
3838
language: python
3939

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

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

0 commit comments

Comments
 (0)