Skip to content

Commit 96fc7ac

Browse files
committed
Got 'tox -e check' to pass
1 parent 3c9291c commit 96fc7ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ graft src
33
graft ci
44
graft tests
55

6+
exclude .pydocstylerc
7+
68
include .bumpversion.cfg
79
include .coveragerc
810
include .cookiecutterrc

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ deps =
4040
check-manifest
4141
pylint
4242
readme-renderer
43-
isort
4443
pydocstyle
4544
skip_install = true
4645
commands =
@@ -49,7 +48,6 @@ commands =
4948
; Qt.py causes "no-name-in-module" errors to be raised. Just ignore them.
5049
pylint --disable=no-name-in-module,ungrouped-imports src/qwebtip setup.py
5150
pydocstyle src/qwebtip tests setup.py
52-
isort --verbose --check-only --diff --recursive src setup.py
5351

5452
[testenv:spell]
5553
setenv =

0 commit comments

Comments
 (0)