Skip to content

Commit 2cad133

Browse files
chore(deps): update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.15 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.15...v0.15.20) - [github.com/adhtruong/mirrors-typos: v1.47.0 → v1.48.0](adhtruong/mirrors-typos@v1.47.0...v1.48.0) - [github.com/PyCQA/pylint: v4.0.5 → v4.0.6](pylint-dev/pylint@v4.0.5...v4.0.6) - [github.com/python-jsonschema/check-jsonschema: 0.37.2 → 0.37.4](python-jsonschema/check-jsonschema@0.37.2...0.37.4)
1 parent b57b439 commit 2cad133

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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.15.15
35+
rev: v0.15.20
3636
hooks:
3737
- id: ruff-check
3838
args: ["--fix", "--show-fixes"]
@@ -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.47.0"
125+
rev: "v1.48.0"
126126
hooks:
127127
- id: typos
128128
args: []
@@ -144,14 +144,14 @@ repos:
144144

145145
# PyLint has native support - not always usable, but works for us
146146
- repo: https://github.com/PyCQA/pylint
147-
rev: "v4.0.5"
147+
rev: "v4.0.6"
148148
hooks:
149149
- id: pylint
150150
files: ^pybind11
151151

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

0 commit comments

Comments
 (0)