Skip to content

Commit 91a1802

Browse files
⬆️ [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24.1](abravalheri/validate-pyproject@v0.23...v0.24.1) - [github.com/python-jsonschema/check-jsonschema: 0.31.1 → 0.32.1](python-jsonschema/check-jsonschema@0.31.1...0.32.1) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.6...v0.11.4)
1 parent dc931f4 commit 91a1802

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ repos:
2121
- id: end-of-file-fixer
2222
- id: trailing-whitespace
2323
- repo: https://github.com/abravalheri/validate-pyproject
24-
rev: v0.23
24+
rev: v0.24.1
2525
hooks:
2626
- id: validate-pyproject
2727
- repo: https://github.com/python-jsonschema/check-jsonschema
28-
rev: 0.31.1
28+
rev: 0.32.1
2929
hooks:
3030
- id: check-dependabot
3131
- id: check-github-workflows
3232
- id: check-readthedocs
33-
- repo: https://github.com/charliermarsh/ruff-pre-commit
34-
rev: v0.9.6
33+
- repo: https://github.com/astral-sh/ruff-pre-commit
34+
rev: v0.11.4
3535
hooks:
3636
- id: ruff
3737
args:

0 commit comments

Comments
 (0)