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
14
14
known_third_party =
15
15
aenum
16
16
colorama
17
+ consolekit
17
18
coverage
18
19
coverage-pyver-pragma
19
20
deprecation
Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ repos:
63
63
- id : yapf-isort
64
64
exclude : ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.py$
65
65
66
- # Custom hooks can be added below this comment
67
-
68
66
- repo : https://github.com/domdfcoding/dep_checker
69
67
rev : v0.3.1
70
68
hooks :
71
69
- id : dep_checker
72
70
args :
73
71
- 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
9
9
sphinx-notfound-page >= 0.5
10
10
sphinx-prompt >= 1.1.0
11
11
sphinx-tabs >= 1.1.13
12
- sphinx-toolbox >= 1.7.1
12
+ sphinx-toolbox >= 1.7.2
13
13
sphinxcontrib-httpdomain >= 1.7.0
14
14
sphinxemoji >= 0.1.6
15
15
toctree-plus >= 0.0.4
Original file line number Diff line number Diff line change @@ -45,9 +45,6 @@ extras_require:
45
45
keywords :
46
46
- utilities
47
47
48
- yapf_exclude :
49
- - " *.pyi"
50
-
51
48
manifest_additional :
52
49
- " include domdf_python_tools/google-10000-english-no-swears.txt"
53
50
Original file line number Diff line number Diff line change 8
8
# * testenv:docs
9
9
# * testenv:build
10
10
# * testenv:lint
11
- # * testenv:yapf
12
11
# * testenv:mypy
13
12
# * testenv:pyup
14
13
# * testenv:coverage
@@ -102,14 +101,6 @@ deps =
102
101
pygments>=2.7.1
103
102
commands = python3 -m flake8_rst_docstrings_sphinx domdf_python_tools tests --allow-toolbox
104
103
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
-
113
104
[testenv:mypy]
114
105
basepython = python3.6
115
106
ignore_errors = True
You can’t perform that action at this time.
0 commit comments