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 b583336 commit f29def9Copy full SHA for f29def9
.pre-commit-config.yaml
@@ -32,15 +32,15 @@ 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.1.6
+ rev: v0.1.9
36
hooks:
37
- id: ruff
38
args: ["--fix", "--show-fixes"]
39
- id: ruff-format
40
41
# Check static types with mypy
42
- repo: https://github.com/pre-commit/mirrors-mypy
43
- rev: "v1.7.1"
+ rev: "v1.8.0"
44
45
- id: mypy
46
args: []
@@ -142,7 +142,7 @@ repos:
142
143
# PyLint has native support - not always usable, but works for us
144
- repo: https://github.com/PyCQA/pylint
145
- rev: "v3.0.1"
+ rev: "v3.0.3"
146
147
- id: pylint
148
files: ^pybind11
0 commit comments