Skip to content

Commit 3652c22

Browse files
committed
flake8 settings
1 parent 51ce777 commit 3652c22

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.cfg

+6
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ setup_requires =
2222
setuptools_scm
2323
install_requires =
2424
pyserial
25+
26+
[flake8]
27+
exclude = docs,_version.py,.eggs,examples
28+
max-line-length = 88
29+
docstring-convention = numpy
30+
ignore = D100, D213, D401, D413, D107, W503

0 commit comments

Comments
 (0)