File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments