chore(deps): update pre-commit hooks (#5982)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.14](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.10...v0.14.14)
- [github.com/Lucas-C/pre-commit-hooks: v1.5.5 → v1.5.6](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.5.5...v1.5.6)
- [github.com/adhtruong/mirrors-typos: v1.41.0 → v1.42.3](https://github.com/adhtruong/mirrors-typos/compare/v1.41.0...v1.42.3)
- [github.com/python-jsonschema/check-jsonschema: 0.36.0 → 0.36.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.36.0...0.36.1)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 1271c2a..0562615 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -32,7 +32,7 @@
# Ruff, the Python auto-correcting linter/formatter written in Rust
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.14.10
+ rev: v0.14.14
hooks:
- id: ruff-check
args: ["--fix", "--show-fixes"]
@@ -88,7 +88,7 @@
# Changes tabs to spaces
- repo: https://github.com/Lucas-C/pre-commit-hooks
- rev: "v1.5.5"
+ rev: "v1.5.6"
hooks:
- id: remove-tabs
exclude: (^docs/.*|\.patch)?$
@@ -122,7 +122,7 @@
# Use mirror because pre-commit autoupdate confuses tags in the upstream repo.
# See https://github.com/crate-ci/typos/issues/390
- repo: https://github.com/adhtruong/mirrors-typos
- rev: "v1.41.0"
+ rev: "v1.42.3"
hooks:
- id: typos
args: []
@@ -151,7 +151,7 @@
# Check schemas on some of our YAML files
- repo: https://github.com/python-jsonschema/check-jsonschema
- rev: 0.36.0
+ rev: 0.36.1
hooks:
- id: check-readthedocs
- id: check-github-workflows