Skip to content

Commit 2e6e1d4

Browse files
ci(pre-commit.ci): 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.12.7 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.7...v0.12.11)
1 parent 7393ec2 commit 2e6e1d4

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
@@ -7,15 +7,15 @@ default_install_hook_types: [pre-commit, commit-msg]
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- id: end-of-file-fixer
1414
- id: check-yaml
1515
- id: check-added-large-files
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.12.7
18+
rev: v0.12.11
1919
hooks:
2020
- id: ruff-check
2121
args: [--fix, --unsafe-fixes]

0 commit comments

Comments
 (0)