| commit | 96daa1e7d5567949154fb6b239d3c5906e586b1c | [log] [tgz] |
|---|---|---|
| author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | Mon Oct 06 22:14:09 2025 +0000 |
| committer | GitHub <noreply@github.com> | Mon Oct 06 22:14:09 2025 +0000 |
| tree | 343ea19f0ec67e57181acb572e64c7c31cbad2db | |
| parent | 374fefbcfc3e75b3b5ea2550ff2826dd3474f7ef [diff] |
[pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.4...v0.13.3) - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.34.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.32.1...0.34.0) - [github.com/woodruffw/zizmor-pre-commit: v1.5.2 → v1.14.2](https://github.com/woodruffw/zizmor-pre-commit/compare/v1.5.2...v1.14.2)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3b323f0..0d1728e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -1,22 +1,22 @@ exclude: '^(mypyc/external/)|(mypy/typeshed/)|misc/typeshed_patches' # Exclude all vendored code from lints repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.1.0 + rev: 25.9.0 hooks: - id: black exclude: '^(test-data/)' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.4 + rev: v0.13.3 hooks: - id: ruff args: [--exit-non-zero-on-fix] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.32.1 + rev: 0.34.0 hooks: - id: check-github-workflows - id: check-github-actions @@ -43,7 +43,7 @@ # but the integration only works if shellcheck is installed - "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.10.0" - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.5.2 + rev: v1.14.2 hooks: - id: zizmor - repo: local