Skip to content

Commit 01b1003

Browse files
chore: pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.36.0](python-jsonschema/check-jsonschema@0.32.1...0.36.0) - [github.com/pre-commit/pre-commit-hooks.git: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v5.0.0...v6.0.0) - [github.com/adrienverge/yamllint.git: v1.37.0 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.37.0...v1.37.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.14.10](astral-sh/ruff-pre-commit@v0.11.4...v0.14.10) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](psf/black-pre-commit-mirror@25.1.0...25.12.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.19.1](pre-commit/mirrors-mypy@v1.15.0...v1.19.1) - [github.com/pycqa/pylint: v3.3.6 → v4.0.4](pylint-dev/pylint@v3.3.6...v4.0.4)
1 parent cae3678 commit 01b1003

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ repos:
2222
- prettier-plugin-toml
2323
- prettier-plugin-sort-json
2424
- repo: https://github.com/python-jsonschema/check-jsonschema
25-
rev: 0.32.1
25+
rev: 0.36.0
2626
hooks:
2727
- id: check-github-workflows
2828
- repo: https://github.com/pre-commit/pre-commit-hooks.git
29-
rev: v5.0.0
29+
rev: v6.0.0
3030
hooks:
3131
- id: end-of-file-fixer
3232
- id: trailing-whitespace
@@ -43,30 +43,30 @@ repos:
4343
additional_dependencies:
4444
- tomli
4545
- repo: https://github.com/adrienverge/yamllint.git
46-
rev: v1.37.0
46+
rev: v1.37.1
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.11.4"
53+
rev: "v0.14.10"
5454
hooks:
5555
- id: ruff
5656
args: [--fix, --exit-non-zero-on-fix]
57-
- repo: https://github.com/psf/black
58-
rev: 25.1.0
57+
- repo: https://github.com/psf/black-pre-commit-mirror
58+
rev: 25.12.0
5959
hooks:
6060
- id: black
6161
language_version: python3
6262
- repo: https://github.com/pre-commit/mirrors-mypy
63-
rev: v1.15.0
63+
rev: v1.19.1
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.6
69+
rev: v4.0.4
7070
hooks:
7171
- id: pylint
7272
args:

0 commit comments

Comments
 (0)