@@ -37,17 +37,17 @@ repos:
3737 - id : rst-inline-touching-normal
3838 - id : text-unicode-replacement-char
3939 - repo : https://github.com/psf/black-pre-commit-mirror
40- rev : 24.10 .0
40+ rev : 25.1 .0
4141 hooks :
4242 - id : black
4343 args : [ '--target-version=py310' ]
4444 - repo : https://github.com/astral-sh/ruff-pre-commit
45- rev : v0.8 .6
45+ rev : v0.9 .6
4646 hooks :
4747 - id : ruff
4848 args : [ '--fix', '--show-fixes' ]
4949 - repo : https://github.com/pylint-dev/pylint
50- rev : v3.3.3
50+ rev : v3.3.4
5151 hooks :
5252 - id : pylint
5353 args : [ '--rcfile=.pylintrc.toml', '--errors-only', '--jobs=0', '--disable=import-error' ]
@@ -58,25 +58,25 @@ repos:
5858 additional_dependencies : [ 'flake8-rst-docstrings==0.3.0' ]
5959 args : [ '--config=.flake8' ]
6060 - repo : https://github.com/jendrikseipp/vulture
61- rev : ' v2.14'
61+ rev : v2.14
6262 hooks :
6363 - id : vulture
6464 - repo : https://github.com/PyCQA/isort
65- rev : 5.13.2
65+ rev : 6.0.0
6666 hooks :
6767 - id : isort
6868 - repo : https://github.com/nbQA-dev/nbQA
6969 rev : 1.9.1
7070 hooks :
7171 - id : nbqa-black
7272 args : [ '--target-version=py310' ]
73- additional_dependencies : [ 'black==24.10 .0' ]
73+ additional_dependencies : [ 'black==25.1 .0' ]
7474 - id : nbqa-pyupgrade
7575 args : [ '--py310-plus' ]
7676 additional_dependencies : [ 'pyupgrade==3.19.1' ]
7777 - id : nbqa-isort
7878 args : [ '--settings-file=pyproject.toml' ]
79- additional_dependencies : [ 'isort==5.13.2 ' ]
79+ additional_dependencies : [ 'isort==6.0.0 ' ]
8080 - repo : https://github.com/kynan/nbstripout
8181 rev : 0.8.1
8282 hooks :
@@ -87,10 +87,10 @@ repos:
8787 rev : v0.3.9
8888 hooks :
8989 - id : blackdoc
90- additional_dependencies : [ 'black==24.10 .0' ]
90+ additional_dependencies : [ 'black==25.1 .0' ]
9191 - id : blackdoc-autoupdate-black
9292 - repo : https://github.com/python-jsonschema/check-jsonschema
93- rev : 0.30.0
93+ rev : 0.31.1
9494 hooks :
9595 - id : check-github-workflows
9696 - id : check-readthedocs
0 commit comments