Skip to content

Commit 267c22d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.14.4](astral-sh/ruff-pre-commit@v0.4.7...v0.14.4)
1 parent c3cc770 commit 267c22d

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
@@ -2,15 +2,15 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-toml
88
- id: check-yaml
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
1212
# Ruff version.
13-
rev: v0.4.7
13+
rev: v0.14.4
1414
hooks:
1515
- id: ruff
1616
args: [ --fix, --exit-non-zero-on-fix ]

0 commit comments

Comments
 (0)