Skip to content

Commit 15eeb44

Browse files
[pre-commit.ci] pre-commit autoupdate (#453)
updates: - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.260 → v0.0.276](astral-sh/ruff-pre-commit@v0.0.260...v0.0.276) - [github.com/abravalheri/validate-pyproject: v0.12.2 → v0.13](abravalheri/validate-pyproject@v0.12.2...v0.13) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent af901a4 commit 15eeb44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ ci:
22
autoupdate_schedule: quarterly
33

44
repos:
5-
- repo: https://github.com/charliermarsh/ruff-pre-commit
5+
- repo: https://github.com/astral-sh/ruff-pre-commit
66
# Ruff version.
7-
rev: 'v0.0.260'
7+
rev: 'v0.0.276'
88
hooks:
99
- id: ruff
1010
args: ["--fix"]
@@ -61,6 +61,6 @@ repos:
6161
- id: validate-cff
6262

6363
- repo: https://github.com/abravalheri/validate-pyproject
64-
rev: v0.12.2
64+
rev: v0.13
6565
hooks:
6666
- id: validate-pyproject

0 commit comments

Comments
 (0)