Skip to content

Commit a659215

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.8.6 → v0.16.5](astral-sh/ruff-pre-commit@v0.8.6...v0.16.5)
1 parent 034051a commit a659215

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,15 +5,15 @@ default_language_version:
55

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: end-of-file-fixer
1111
- id: mixed-line-ending
1212
- id: trailing-whitespace
1313
- id: check-json
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.8.6
16+
rev: v0.16.5
1717
hooks:
1818
- id: ruff-format
1919
- id: ruff

0 commit comments

Comments
 (0)