Skip to content

Commit

Permalink
flake8: Disable W503
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Feb 11, 2020
1 parent e3fbf62 commit a1fbe1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[flake8]
# E203 is not PEP8 compliant and is not compatible with black:
# https://black.readthedocs.io/en/stable/the_black_code_style.html#slices
ignore = E203
# W503 conflicts with black, too.
ignore = E203,W503

0 comments on commit a1fbe1d

Please sign in to comment.