Skip to content

Commit

Permalink
removed F541 from ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahafBenYakir committed May 12, 2020
1 parent d2b2a06 commit a5ef42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
# F405 may be undefined, or defined from star imports
# W605 invalid escape sequence
# E999 Invalid Syntax
ignore = W293, W504, F405, F403, F541
ignore = W293, W504, F405, F403
max-line-length = 160
max-complexity = 30

0 comments on commit a5ef42f

Please sign in to comment.