File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ repos:
2424 types_or : [cython, python]
2525 exclude : ^docs/source/
2626 - repo : ' https://github.com/pre-commit/pre-commit-hooks'
27- rev : v4.6 .0
27+ rev : v5.0 .0
2828 hooks :
2929 - id : check-added-large-files
3030 - id : check-toml
3131 - id : check-yaml
3232 - id : end-of-file-fixer
3333 - id : trailing-whitespace
3434 - repo : ' https://github.com/charliermarsh/ruff-pre-commit'
35- rev : v0.5.6
35+ rev : v0.6.9
3636 hooks :
3737 - id : ruff
3838 - repo : ' https://github.com/psf/black'
39- rev : 24.8 .0
39+ rev : 24.10 .0
4040 hooks :
4141 - id : black
4242 types : [python]
5858 - id : isort
5959 types_or : [cython, python]
6060 - repo : ' https://github.com/PyCQA/pylint'
61- rev : v3.2.6
61+ rev : v3.3.1
6262 hooks :
6363 - id : pylint
6464 additional_dependencies :
7777 - ' --py38-plus'
7878 - ' --keep-runtime-typing'
7979 - repo : ' https://github.com/abravalheri/validate-pyproject'
80- rev : v0.18
80+ rev : v0.20.2
8181 hooks :
8282 - id : validate-pyproject
You can’t perform that action at this time.
0 commit comments