[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit.git: v0.14.10 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.14.10...v0.15.20)
- [github.com/astral-sh/ruff-pre-commit.git: v0.14.10 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.14.10...v0.15.20)
- [github.com/astral-sh/ruff-pre-commit.git: v0.14.10 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.14.10...v0.15.20)
- [github.com/Lucas-C/pre-commit-hooks.git: v1.5.5 → v1.5.6](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.5...v1.5.6)
- [github.com/python-jsonschema/check-jsonschema.git: 0.36.0 → 0.37.4](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.36.0...0.37.4)
- [github.com/codespell-project/codespell.git: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell.git/compare/v2.4.1...v2.4.2)
- [github.com/adrienverge/yamllint.git: v1.37.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.37.1...v1.38.0)
- [github.com/pre-commit/mirrors-mypy.git: v1.19.1 → v2.1.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.19.1...v2.1.0)
This commit is contained in:
pre-commit-ci[bot]
2026-08-22 01:19:37 +02:00
committed by 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)
parent 3967c81187
commit bd6edd6ad7
+8 -8
View File
@@ -5,7 +5,7 @@ ci:
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit.git
rev: v0.14.10
rev: v0.15.20
hooks:
- id: ruff
args:
@@ -13,7 +13,7 @@ repos:
- --fix # NOTE: When `--fix` is used, linting should be before ruff-format
- repo: https://github.com/astral-sh/ruff-pre-commit.git
rev: v0.14.10
rev: v0.15.20
hooks:
- id: ruff-format
alias: ruff-format-first-pass
@@ -25,19 +25,19 @@ repos:
- id: add-trailing-comma
- repo: https://github.com/astral-sh/ruff-pre-commit.git
rev: v0.14.10
rev: v0.15.20
hooks:
- id: ruff-format
alias: ruff-format-second-pass
name: ruff-format (second pass)
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
rev: v1.5.5
rev: v1.5.6
hooks:
- id: remove-tabs
- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.36.0
rev: 0.37.4
hooks:
- id: check-github-workflows
files: ^\.github/workflows/[^/]+$
@@ -89,14 +89,14 @@ repos:
- id: debug-statements
- repo: https://github.com/codespell-project/codespell.git
rev: v2.4.1
rev: v2.4.2
hooks:
- id: codespell
exclude: >-
^\.github/\.json-schemas/.*\.json$
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.37.1
rev: v1.38.0
hooks:
- id: yamllint
types:
@@ -121,7 +121,7 @@ repos:
- id: forbid-html-img-without-alt-text
- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.19.1
rev: v2.1.0
hooks:
- id: mypy
alias: mypy-py314