Skip to content

Commit

Permalink
MNT: Set max-line-length for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Mar 24, 2020
1 parent b9ec64d commit ff04c99
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 @@ -78,3 +78,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 ff04c99

Please sign in to comment.