11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.4 .0
3+ rev : v4.5 .0
44 hooks :
55 - id : check-ast
66 - id : check-builtin-literals
@@ -12,29 +12,29 @@ repos:
1212 - id : end-of-file-fixer
1313 - id : trailing-whitespace
1414 - repo : https://github.com/asottile/pyupgrade
15- rev : v3.10.1
15+ rev : v3.15.0
1616 hooks :
1717 - id : pyupgrade
1818 args : [ "--py37-plus" ]
1919 - repo : https://github.com/PyCQA/isort
20- rev : 5.12 .0
20+ rev : 5.13 .0
2121 hooks :
2222 - id : isort
2323 - repo : https://github.com/psf/black
24- rev : 23.7 .0
24+ rev : 23.11 .0
2525 hooks :
2626 - id : black
2727 args : [ --safe ]
2828 - repo : https://github.com/asottile/blacken-docs
2929 rev : 1.16.0
3030 hooks :
3131 - id : blacken-docs
32- additional_dependencies : [ black==23.7 ]
32+ additional_dependencies : [ black==23.11 ]
3333 - repo : https://github.com/tox-dev/pyproject-fmt
34- rev : " 1.1.0 "
34+ rev : " 1.5.3 "
3535 hooks :
3636 - id : pyproject-fmt
37- additional_dependencies : ["tox>=4.11"]
37+ additional_dependencies : ["tox>=4.11.4 "]
3838 - repo : https://github.com/tox-dev/tox-ini-fmt
3939 rev : " 1.3.1"
4040 hooks :
@@ -45,19 +45,19 @@ repos:
4545 hooks :
4646 - id : flake8
4747 additional_dependencies :
48- - flake8-bugbear==23.7.10
48+ - flake8-bugbear==23.12.2
4949 - flake8-comprehensions==3.14
5050 - flake8-pytest-style==1.7.2
5151 - flake8-unused-arguments==0.0.13
5252 - flake8-noqa==1.3.2
5353 - pep8-naming==0.13.3
5454 - repo : https://github.com/pre-commit/mirrors-mypy
55- rev : v1.5 .1
55+ rev : v1.7 .1
5656 hooks :
5757 - id : mypy
5858 exclude : ui-tests-ipw[78]\/.*
5959 additional_dependencies :
60- - " pandas-stubs>=2.0.3.230814 "
61- - " types-Pygments>=2.16 "
60+ - " pandas-stubs>=2.1.1.230928 "
61+ - " types-Pygments>=2.17 "
6262 - " types-colorama>=0.4.15.12"
63- - " types-setuptools>=68.1.0.1 "
63+ - " types-setuptools>=69 "
0 commit comments