Skip to content

Commit d6af3fb

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.8.3 → v0.13.3](astral-sh/ruff-pre-commit@v0.8.3...v0.13.3)
1 parent 041ac91 commit d6af3fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ci:
77
repos:
88

99
- repo: https://github.com/pre-commit/pre-commit-hooks.git
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: check-json
1313
- id: check-yaml
@@ -18,7 +18,7 @@ repos:
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
2020
# Ruff version.
21-
rev: v0.8.3
21+
rev: v0.13.3
2222
hooks:
2323
# Run the linter.
2424
- id: ruff

0 commit comments

Comments
 (0)