Skip to content

Commit

Permalink
flake8 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhi committed Sep 28, 2021
1 parent 88f1e9d commit 5028ea8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ doc =
dev =
%(test)s
%(doc)s

[flake8]
exclude = docs, _version.py, .eggs, example
max-line-length = 88
docstring-convention = "numpy"
extend-ignore =
# See https://github.com/PyCQA/pycodestyle/issues/373
E203,

0 comments on commit 5028ea8

Please sign in to comment.