Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit f608fe3

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.12.11](astral-sh/ruff-pre-commit@v0.11.6...v0.12.11)
1 parent 4776f84 commit f608fe3

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

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

0 commit comments

Comments
 (0)