Skip to content

Commit 848a99b

Browse files
committed
Updated config files.
1 parent 65df920 commit 848a99b

File tree

5 files changed

+4
-15
lines changed

5 files changed

+4
-15
lines changed

.isort.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ default_section = THIRDPARTY
1414
known_third_party =
1515
aenum
1616
colorama
17+
consolekit
1718
coverage
1819
coverage-pyver-pragma
1920
deprecation

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

doc-source/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sphinx-copybutton>=0.2.12
99
sphinx-notfound-page>=0.5
1010
sphinx-prompt>=1.1.0
1111
sphinx-tabs>=1.1.13
12-
sphinx-toolbox>=1.7.1
12+
sphinx-toolbox>=1.7.2
1313
sphinxcontrib-httpdomain>=1.7.0
1414
sphinxemoji>=0.1.6
1515
toctree-plus>=0.0.4

repo_helper.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ extras_require:
4545
keywords:
4646
- utilities
4747

48-
yapf_exclude:
49-
- "*.pyi"
50-
5148
manifest_additional:
5249
- "include domdf_python_tools/google-10000-english-no-swears.txt"
5350

tox.ini

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
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
103102
commands = 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]
114105
basepython = python3.6
115106
ignore_errors = True

0 commit comments

Comments
 (0)