We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6984c8 commit 73da78cCopy full SHA for 73da78c
.pre-commit-config.yaml
@@ -32,7 +32,7 @@ repos:
32
33
# Ruff, the Python auto-correcting linter/formatter written in Rust
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
- rev: v0.13.3
+ rev: v0.14.3
36
hooks:
37
- id: ruff-check
38
args: ["--fix", "--show-fixes"]
@@ -135,14 +135,14 @@ repos:
135
136
# PyLint has native support - not always usable, but works for us
137
- repo: https://github.com/PyCQA/pylint
138
- rev: "v3.3.9"
+ rev: "v4.0.2"
139
140
- id: pylint
141
files: ^pybind11
142
143
# Check schemas on some of our YAML files
144
- repo: https://github.com/python-jsonschema/check-jsonschema
145
- rev: 0.34.0
+ rev: 0.34.1
146
147
- id: check-readthedocs
148
- id: check-github-workflows
0 commit comments