Skip to content

Commit

Permalink
Bug 1321956 - Disable flake8 check for 'visually indented line with s…
Browse files Browse the repository at this point in the history
…ame indent as next logical line', r=ahal

MozReview-Commit-ID: ChaHkeSDNY8
  • Loading branch information
jgraham committed Dec 8, 2016
1 parent 64a4a52 commit 7db6789
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
@@ -1,5 +1,5 @@
[flake8]
# See http://pep8.readthedocs.io/en/latest/intro.html#configuration
ignore = E121, E123, E126, E133, E226, E241, E242, E704, W503, E402
ignore = E121, E123, E126, E129, E133, E226, E241, E242, E704, W503, E402
max-line-length = 99
filename = *.py, +.lint

0 comments on commit 7db6789

Please sign in to comment.