Skip to content

Commit c1e6879

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks.git: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.12.11](astral-sh/ruff-pre-commit@v0.11.0...v0.12.11)
1 parent 3cadec7 commit c1e6879

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
@@ -8,7 +8,7 @@ ci:
88
repos:
99

1010
- repo: https://github.com/pre-commit/pre-commit-hooks.git
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-json
1414
- id: check-yaml
@@ -19,7 +19,7 @@ repos:
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
2121
# Ruff version.
22-
rev: v0.11.0
22+
rev: v0.12.11
2323
hooks:
2424
# Run the linter.
2525
- id: ruff

0 commit comments

Comments
 (0)