Skip to content

Commit

Permalink
Ignore some warnings in flake8
Browse files Browse the repository at this point in the history
For my own sanity
  • Loading branch information
pllim committed Oct 12, 2017
1 parent f019b3d commit 242448d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@
minversion = 3.0
norecursedirs = build doc/build commissioning planning relic pysynphot/src
addopts = -p no:warnings

[flake8]
# Ignoring these for now:
# E265: block comment should start with '#'
# E266: too many leading '#' for block comment
# E501: line too long
# I100: import statements are in the wrong order
# I101: imported names are in the wrong order
ignore = E265,E266,E501,I100,I101

0 comments on commit 242448d

Please sign in to comment.