File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ exclude: >
1111repos :
1212
1313 - repo : https://github.com/pre-commit/pre-commit-hooks
14- rev : v4.0.1
14+ rev : v4.1.0
1515 hooks :
1616 - id : check-json
1717 - id : check-yaml
@@ -26,12 +26,12 @@ repos:
2626 additional_dependencies : [setuptools>=46.4.0]
2727
2828 - repo : https://github.com/pycqa/isort
29- rev : 5.9.3
29+ rev : 5.10.1
3030 hooks :
3131 - id : isort
3232
3333 - repo : https://github.com/psf/black
34- rev : 21.9b0
34+ rev : 21.12b0
3535 hooks :
3636 - id : black
3737
@@ -42,12 +42,12 @@ repos:
4242 additional_dependencies : [flake8-bugbear==21.3.1]
4343
4444 - repo : https://github.com/pre-commit/mirrors-mypy
45- rev : v0.910-1
45+ rev : v0.931
4646 hooks :
4747 - id : mypy
4848 additional_dependencies : [attrs]
4949
5050 - repo : https://github.com/asottile/setup-cfg-fmt
51- rev : v1.18 .0
51+ rev : v1.20 .0
5252 hooks :
5353 - id : setup-cfg-fmt
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ code_style =
5252 pre-commit~=2.12
5353rtd =
5454 myst-parser~=0.15.0
55- sphinx_book_theme >=0.0.36
55+ sphinx-book-theme >=0.0.36
5656testing =
5757 coverage
5858 pytest>=3.6,<4
You can’t perform that action at this time.
0 commit comments