File tree Expand file tree Collapse file tree 5 files changed +4
-15
lines changed Expand file tree Collapse file tree 5 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ default_section = THIRDPARTY
1414known_third_party =
1515 aenum
1616 colorama
17+ consolekit
1718 coverage
1819 coverage-pyver-pragma
1920 deprecation
Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ repos:
6363 - id : yapf-isort
6464 exclude : ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.py$
6565
66- # Custom hooks can be added below this comment
67-
6866 - repo : https://github.com/domdfcoding/dep_checker
6967 rev : v0.3.1
7068 hooks :
7169 - id : dep_checker
7270 args :
7371 - domdf_python_tools
72+
73+ # Custom hooks can be added below this comment
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ sphinx-copybutton>=0.2.12
99sphinx-notfound-page >= 0.5
1010sphinx-prompt >= 1.1.0
1111sphinx-tabs >= 1.1.13
12- sphinx-toolbox >= 1.7.1
12+ sphinx-toolbox >= 1.7.2
1313sphinxcontrib-httpdomain >= 1.7.0
1414sphinxemoji >= 0.1.6
1515toctree-plus >= 0.0.4
Original file line number Diff line number Diff line change @@ -45,9 +45,6 @@ extras_require:
4545keywords :
4646 - utilities
4747
48- yapf_exclude :
49- - " *.pyi"
50-
5148manifest_additional :
5249 - " include domdf_python_tools/google-10000-english-no-swears.txt"
5350
Original file line number Diff line number Diff line change 88# * testenv:docs
99# * testenv:build
1010# * testenv:lint
11- # * testenv:yapf
1211# * testenv:mypy
1312# * testenv:pyup
1413# * testenv:coverage
@@ -102,14 +101,6 @@ deps =
102101 pygments>=2.7.1
103102commands = python3 -m flake8_rst_docstrings_sphinx domdf_python_tools tests --allow-toolbox
104103
105- [testenv:yapf]
106- basepython = python3.7
107- changedir = {toxinidir}
108- skip_install = True
109- ignore_errors = True
110- deps = yapf
111- commands = yapf -i --recursive domdf_python_tools tests --exclude " *.pyi"
112-
113104[testenv:mypy]
114105basepython = python3.6
115106ignore_errors = True
You can’t perform that action at this time.
0 commit comments