Skip to content

Commit 9ee29c1

Browse files
committed
Don't exclude tests from flake8
Signed-off-by: Roger Aiudi <[email protected]>
1 parent ed57159 commit 9ee29c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ build-dir = doc/build/
5757
[flake8]
5858
max-line-length = 80
5959
filename = *happybase*/**.py
60-
exclude = tests,build,dist,venv,.tox,*.egg*,coverage,doc
60+
exclude = build,dist,venv,.tox,*.egg*,coverage,doc
6161

6262
[tox:tox]
6363
envlist = py36, py37, py38, py39

0 commit comments

Comments
 (0)