Skip to content

Commit 53c108c

Browse files
[pre-commit.ci] pre-commit autoupdate (#250)
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/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5) - [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 66f152b commit 53c108c

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
@@ -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"]
@@ -44,13 +44,13 @@ repos:
4444
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]
4545

4646
- repo: https://github.com/codespell-project/codespell
47-
rev: v2.2.4
47+
rev: v2.2.5
4848
hooks:
4949
- id: codespell
5050
additional_dependencies:
5151
- tomli
5252

5353
- repo: https://github.com/abravalheri/validate-pyproject
54-
rev: v0.12.2
54+
rev: v0.13
5555
hooks:
5656
- id: validate-pyproject

0 commit comments

Comments
 (0)