Skip to content

Commit ca26c76

Browse files
pre-commit-ci[bot]dnicolodi
authored andcommitted
MAINT: bump pre-commit dependencies
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.5...v0.6.9)
1 parent 615f6b0 commit ca26c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
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: v4.6.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: check-ast
1515
- id: check-builtin-literals
@@ -22,7 +22,7 @@ repos:
2222
- id: end-of-file-fixer
2323
- id: trailing-whitespace
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.5.5
25+
rev: v0.6.9
2626
hooks:
2727
- id: ruff
2828
args: [--fix, --show-fixes, --output-format, grouped]

0 commit comments

Comments
 (0)