Skip to content

Commit e0898b6

Browse files
chore: update pre-commit hooks (#376)
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.11](astral-sh/ruff-pre-commit@v0.12.7...v0.12.11) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Wright <84939917+HGWright@users.noreply.github.com>
1 parent d8c3ff4 commit e0898b6

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.11"
4242
hooks:
4343
- id: ruff
4444
types: [file, python]

0 commit comments

Comments
 (0)