Skip to content

Commit 6dddd4f

Browse files
committed
fix issue: flake8 exlude filenames without dir
1 parent 6478ede commit 6dddd4f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ license_file = LICENSE.txt
33

44
[tool:pytest]
55
testpaths = tests
6+
addopts = -v
67

78
[flake8]
89
max-line-length = 88
910
ignore = E129,E203,E501,W503,S101
1011
exclude =
11-
docs
12-
schemas
13-
templates
12+
src/pyDataverse/docs
13+
src/pyDataverse/schemas
14+
src/pyDataverse/templates
1415
conf.py
1516
conftest.py
1617
__pycache__

0 commit comments

Comments
 (0)