Skip to content

Commit 7e449a2

Browse files
pre-commit-ci[bot]hfp
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.8](astral-sh/ruff-pre-commit@v0.12.7...v0.12.8) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent b315df2 commit 7e449a2

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
@@ -6,7 +6,7 @@ fail_fast: false
66
minimum_pre_commit_version: 3.2.0
77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: 'v0.12.7'
9+
rev: 'v0.12.8'
1010
hooks:
1111
- id: ruff
1212
args: [ --fix, --exit-non-zero-on-fix ]
@@ -21,7 +21,7 @@ repos:
2121
name: Reformat Python files with the black code formatter
2222
files: '^.*(/PACKAGE)|(\.py)$'
2323
- repo: https://github.com/pre-commit/pre-commit-hooks
24-
rev: v5.0.0
24+
rev: v6.0.0
2525
hooks:
2626
- id: check-ast
2727
- id: check-yaml

0 commit comments

Comments
 (0)