Skip to content

Commit 6211475

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.1](astral-sh/ruff-pre-commit@v0.8.4...v0.9.1) - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.0](python-jsonschema/check-jsonschema@0.30.0...0.31.0) - [github.com/rhysd/actionlint: v1.7.5 → v1.7.6](rhysd/actionlint@v1.7.5...v1.7.6) - [github.com/crate-ci/typos: v1.29.0 → dictgen-v0.3.1](crate-ci/typos@v1.29.0...dictgen-v0.3.1)
1 parent 3abb954 commit 6211475

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ repos:
77
- id: trailing-whitespace
88
- id: check-yaml
99

10-
- repo: https://github.com/charliermarsh/ruff-pre-commit
11-
rev: 'v0.8.4'
10+
- repo: https://github.com/astral-sh/ruff-pre-commit
11+
rev: 'v0.9.1'
1212
hooks:
1313
- id: ruff
1414
args: [ --fix, --exit-non-zero-on-fix ]
@@ -26,7 +26,7 @@ repos:
2626
- id: pyupgrade
2727

2828
- repo: https://github.com/python-jsonschema/check-jsonschema
29-
rev: 0.30.0
29+
rev: 0.31.0
3030
hooks:
3131
- id: check-dependabot
3232
args: ["--verbose"]
@@ -42,7 +42,7 @@ repos:
4242
['--license-filepath', 'copyright.txt', '--no-extra-eol']
4343

4444
- repo: https://github.com/rhysd/actionlint
45-
rev: v1.7.5
45+
rev: v1.7.6
4646
hooks:
4747
- id: actionlint
4848
args: [-ignore, SC]
@@ -53,6 +53,6 @@ repos:
5353
- id: validate-pyproject
5454

5555
- repo: https://github.com/crate-ci/typos
56-
rev: v1.29.0
56+
rev: dictgen-v0.3.1
5757
hooks:
5858
- id: typos

0 commit comments

Comments
 (0)