Skip to content

Commit

Permalink
fix issue: flake8 exlude filenames without dir
Browse files Browse the repository at this point in the history
  • Loading branch information
skasberger committed Apr 12, 2021
1 parent 6478ede commit 6dddd4f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ license_file = LICENSE.txt

[tool:pytest]
testpaths = tests
addopts = -v

[flake8]
max-line-length = 88
ignore = E129,E203,E501,W503,S101
exclude =
docs
schemas
templates
src/pyDataverse/docs
src/pyDataverse/schemas
src/pyDataverse/templates
conf.py
conftest.py
__pycache__
Expand Down

0 comments on commit 6dddd4f

Please sign in to comment.