Skip to content

Commit 73da78c

Browse files
chore(deps): update pre-commit hooks (#5888)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.3) - [github.com/PyCQA/pylint: v3.3.9 → v4.0.2](pylint-dev/pylint@v3.3.9...v4.0.2) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.34.1](python-jsonschema/check-jsonschema@0.34.0...0.34.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e6984c8 commit 73da78c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.13.3
35+
rev: v0.14.3
3636
hooks:
3737
- id: ruff-check
3838
args: ["--fix", "--show-fixes"]
@@ -135,14 +135,14 @@ repos:
135135

136136
# PyLint has native support - not always usable, but works for us
137137
- repo: https://github.com/PyCQA/pylint
138-
rev: "v3.3.9"
138+
rev: "v4.0.2"
139139
hooks:
140140
- id: pylint
141141
files: ^pybind11
142142

143143
# Check schemas on some of our YAML files
144144
- repo: https://github.com/python-jsonschema/check-jsonschema
145-
rev: 0.34.0
145+
rev: 0.34.1
146146
hooks:
147147
- id: check-readthedocs
148148
- id: check-github-workflows

0 commit comments

Comments
 (0)