Skip to content

Commit 183dd3e

Browse files
chore: update pre-commit hooks
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.12.7 → v0.12.10](astral-sh/ruff-pre-commit@v0.12.7...v0.12.10)
1 parent 2aec99d commit 183dd3e

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
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: 'v5.0.0'
12+
rev: 'v6.0.0'
1313
hooks:
1414
# Prevent giant files from being committed.
1515
- id: check-added-large-files
@@ -38,7 +38,7 @@ repos:
3838

3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.12.7"
41+
rev: "v0.12.10"
4242
hooks:
4343
- id: ruff
4444
types: [file, python]

0 commit comments

Comments
 (0)