Skip to content

Commit 77e7e82

Browse files
[pre-commit.ci] pre-commit autoupdate
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.11.10 → v0.12.8](astral-sh/ruff-pre-commit@v0.11.10...v0.12.8)
1 parent 0cba811 commit 77e7e82

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 @@ repos:
66
- id: blacken-docs
77
additional_dependencies: [black==22.12.0]
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -22,7 +22,7 @@ repos:
2222
- id: debug-statements
2323
language_version: python3
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.11.10
25+
rev: v0.12.8
2626
hooks:
2727
# Run the linter
2828
- id: ruff

0 commit comments

Comments
 (0)