Skip to content

Commit cb1b40c

Browse files
[pre-commit.ci] pre-commit autoupdate (#98)
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.2 → v0.14.10](astral-sh/ruff-pre-commit@v0.12.2...v0.14.10) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ecb870d commit cb1b40c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
# See https://pre-commit.com/hooks.html for more hooks
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
@@ -28,7 +28,7 @@ repos:
2828
args: ["-L", "trough,troughs"]
2929

3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.12.2
31+
rev: v0.14.10
3232
hooks:
3333
- id: ruff
3434
name: ruff linter

0 commit comments

Comments
 (0)