Skip to content

Commit 7326ffc

Browse files
⬆ [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/abravalheri/validate-pyproject: v0.14 → v0.25](abravalheri/validate-pyproject@v0.14...v0.25) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.15.1](astral-sh/ruff-pre-commit@v0.1.5...v0.15.1)
1 parent 2eccc26 commit 7326ffc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default_language_version:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v6.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
@@ -22,12 +22,12 @@ repos:
2222
- id: fix-byte-order-marker
2323

2424
- repo: https://github.com/abravalheri/validate-pyproject
25-
rev: v0.14
25+
rev: v0.25
2626
hooks:
2727
- id: validate-pyproject
2828

29-
- repo: https://github.com/charliermarsh/ruff-pre-commit
30-
rev: v0.1.5
29+
- repo: https://github.com/astral-sh/ruff-pre-commit
30+
rev: v0.15.1
3131
hooks:
3232
- id: ruff
3333
args:

0 commit comments

Comments
 (0)