Skip to content

Commit 1681b15

Browse files
chore: pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.32.1](python-jsonschema/check-jsonschema@0.30.0...0.32.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.0) - [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: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/pycqa/pylint: v3.3.3 → v3.3.6](pylint-dev/pylint@v3.3.3...v3.3.6)
1 parent 1d4a348 commit 1681b15

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- prettier-plugin-toml
2323
- prettier-plugin-sort-json
2424
- repo: https://github.com/python-jsonschema/check-jsonschema
25-
rev: 0.30.0
25+
rev: 0.32.1
2626
hooks:
2727
- id: check-github-workflows
2828
- repo: https://github.com/pre-commit/pre-commit-hooks.git
@@ -37,36 +37,36 @@ repos:
3737
- id: debug-statements
3838
language_version: python3
3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.3.0
40+
rev: v2.4.1
4141
hooks:
4242
- id: codespell
4343
additional_dependencies:
4444
- tomli
4545
- repo: https://github.com/adrienverge/yamllint.git
46-
rev: v1.35.1
46+
rev: v1.37.0
4747
hooks:
4848
- id: yamllint
4949
files: \.(yaml|yml)$
5050
types: [file, yaml]
5151
entry: yamllint --strict
5252
- repo: https://github.com/astral-sh/ruff-pre-commit
53-
rev: "v0.8.6"
53+
rev: "v0.11.4"
5454
hooks:
5555
- id: ruff
5656
args: [--fix, --exit-non-zero-on-fix]
5757
- repo: https://github.com/psf/black
58-
rev: 24.10.0
58+
rev: 25.1.0
5959
hooks:
6060
- id: black
6161
language_version: python3
6262
- repo: https://github.com/pre-commit/mirrors-mypy
63-
rev: v1.14.1
63+
rev: v1.15.0
6464
hooks:
6565
- id: mypy
6666
# empty args needed in order to match mypy cli behavior
6767
args: [--strict]
6868
- repo: https://github.com/pycqa/pylint
69-
rev: v3.3.3
69+
rev: v3.3.6
7070
hooks:
7171
- id: pylint
7272
args:

0 commit comments

Comments
 (0)