Skip to content

Commit 11235c7

Browse files
author
sdhutchins
committed
Added setup.cfg with flake8 options
1 parent 3dceebc commit 11235c7

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

setup.cfg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[flake8]
2+
max-line-length = 100
3+
doctests = True
4+
show-source = True
5+
ignore =
6+
exclude =
7+
.git
8+
libs
9+
docs
10+
tests
11+
__init__.py

0 commit comments

Comments
 (0)