Skip to content

Commit 451fea1

Browse files
chore(deps): update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.10...v0.14.14) - [github.com/Lucas-C/pre-commit-hooks: v1.5.5 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.5...v1.5.6) - [github.com/adhtruong/mirrors-typos: v1.41.0 → v1.42.3](adhtruong/mirrors-typos@v1.41.0...v1.42.3) - [github.com/python-jsonschema/check-jsonschema: 0.36.0 → 0.36.1](python-jsonschema/check-jsonschema@0.36.0...0.36.1)
1 parent 4d7d02a commit 451fea1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232

3333
# Ruff, the Python auto-correcting linter/formatter written in Rust
3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.14.10
35+
rev: v0.14.14
3636
hooks:
3737
- id: ruff-check
3838
args: ["--fix", "--show-fixes"]
@@ -88,7 +88,7 @@ repos:
8888

8989
# Changes tabs to spaces
9090
- repo: https://github.com/Lucas-C/pre-commit-hooks
91-
rev: "v1.5.5"
91+
rev: "v1.5.6"
9292
hooks:
9393
- id: remove-tabs
9494
exclude: (^docs/.*|\.patch)?$
@@ -122,7 +122,7 @@ repos:
122122
# Use mirror because pre-commit autoupdate confuses tags in the upstream repo.
123123
# See https://github.com/crate-ci/typos/issues/390
124124
- repo: https://github.com/adhtruong/mirrors-typos
125-
rev: "v1.41.0"
125+
rev: "v1.42.3"
126126
hooks:
127127
- id: typos
128128
args: []
@@ -151,7 +151,7 @@ repos:
151151

152152
# Check schemas on some of our YAML files
153153
- repo: https://github.com/python-jsonschema/check-jsonschema
154-
rev: 0.36.0
154+
rev: 0.36.1
155155
hooks:
156156
- id: check-readthedocs
157157
- id: check-github-workflows

0 commit comments

Comments
 (0)