Skip to content

Commit 22257d2

Browse files
[pre-commit.ci] pre-commit autoupdate (#372)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.0](astral-sh/ruff-pre-commit@v0.3.5...v0.5.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 24.4.2](psf/black-pre-commit-mirror@24.3.0...24.4.2) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/abravalheri/validate-pyproject: v0.16 → v0.18](abravalheri/validate-pyproject@v0.16...v0.18) - [github.com/rhysd/actionlint: v1.6.27 → v1.7.1](rhysd/actionlint@v1.6.27...v1.7.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7f98f45 commit 22257d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
66
# Ruff version.
7-
rev: "v0.3.5"
7+
rev: "v0.5.0"
88
hooks:
99
- id: ruff
1010
args: ["--fix", "--show-fixes"]
@@ -15,15 +15,15 @@ repos:
1515
- id: prettier
1616

1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.5.0
18+
rev: v4.6.0
1919
hooks:
2020
- id: check-yaml
2121
- id: trailing-whitespace
2222
- id: end-of-file-fixer
2323
- id: check-docstring-first
2424

2525
- repo: https://github.com/psf/black-pre-commit-mirror
26-
rev: 24.3.0
26+
rev: 24.4.2
2727
hooks:
2828
- id: black
2929

@@ -49,19 +49,19 @@ repos:
4949
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]
5050

5151
- repo: https://github.com/codespell-project/codespell
52-
rev: v2.2.6
52+
rev: v2.3.0
5353
hooks:
5454
- id: codespell
5555
additional_dependencies:
5656
- tomli
5757

5858
- repo: https://github.com/abravalheri/validate-pyproject
59-
rev: v0.16
59+
rev: v0.18
6060
hooks:
6161
- id: validate-pyproject
6262

6363
- repo: https://github.com/rhysd/actionlint
64-
rev: v1.6.27
64+
rev: v1.7.1
6565
hooks:
6666
- id: actionlint
6767
files: ".github/workflows/"

0 commit comments

Comments
 (0)