Skip to content

Commit a70d6f7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 β†’ v0.11.4](astral-sh/ruff-pre-commit@v0.8.6...v0.11.4) - [github.com/psf/black-pre-commit-mirror: 24.10.0 β†’ 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/python-jsonschema/check-jsonschema: 0.30.0 β†’ 0.32.1](python-jsonschema/check-jsonschema@0.30.0...0.32.1) - [github.com/rhysd/actionlint: v1.7.6 β†’ v1.7.7](rhysd/actionlint@v1.7.6...v1.7.7) - [github.com/pre-commit/mirrors-mypy: v1.14.1 β†’ v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/tox-dev/pyproject-fmt: v2.5.0 β†’ v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1) - [github.com/abravalheri/validate-pyproject: v0.23 β†’ v0.24.1](abravalheri/validate-pyproject@v0.23...v0.24.1) - [github.com/tox-dev/tox-ini-fmt: 1.4.1 β†’ 1.5.0](tox-dev/tox-ini-fmt@1.4.1...1.5.0) - [github.com/codespell-project/codespell: v2.3.0 β†’ v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent cb7fdc1 commit a70d6f7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

β€Ž.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.8.6
3+
rev: v0.11.4
44
hooks:
55
- id: ruff
66
args: [--exit-non-zero-on-fix]
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 24.10.0
9+
rev: 25.1.0
1010
hooks:
1111
- id: black
1212

@@ -25,18 +25,18 @@ repos:
2525
- id: trailing-whitespace
2626

2727
- repo: https://github.com/python-jsonschema/check-jsonschema
28-
rev: 0.30.0
28+
rev: 0.32.1
2929
hooks:
3030
- id: check-dependabot
3131
- id: check-github-workflows
3232

3333
- repo: https://github.com/rhysd/actionlint
34-
rev: v1.7.6
34+
rev: v1.7.7
3535
hooks:
3636
- id: actionlint
3737

3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.14.1
39+
rev: v1.15.0
4040
hooks:
4141
- id: mypy
4242
args:
@@ -50,22 +50,22 @@ repos:
5050
additional_dependencies: ["types-requests"]
5151

5252
- repo: https://github.com/tox-dev/pyproject-fmt
53-
rev: v2.5.0
53+
rev: v2.5.1
5454
hooks:
5555
- id: pyproject-fmt
5656

5757
- repo: https://github.com/abravalheri/validate-pyproject
58-
rev: v0.23
58+
rev: v0.24.1
5959
hooks:
6060
- id: validate-pyproject
6161

6262
- repo: https://github.com/tox-dev/tox-ini-fmt
63-
rev: 1.4.1
63+
rev: 1.5.0
6464
hooks:
6565
- id: tox-ini-fmt
6666

6767
- repo: https://github.com/codespell-project/codespell
68-
rev: v2.3.0
68+
rev: v2.4.1
6969
hooks:
7070
- id: codespell
7171
args: [--ignore-words-list=commitish]

0 commit comments

Comments
Β (0)