Skip to content

Commit

Permalink
Merge pull request #728 from pllim/flake8-max-len
Browse files Browse the repository at this point in the history
MNT: Set max-line-length for flake8
  • Loading branch information
mwcraig authored Jul 24, 2020
2 parents 4751082 + ff04c99 commit 89db354
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@ select = E101,E111,E112,E113,E221,E222,E223,E224,E225,E241,E242,E251,E271,E272,E
exclude = _astropy_init.py,version.py

[entry_points]

[flake8]
max-line-length = 100

0 comments on commit 89db354

Please sign in to comment.