Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
Add W292 in ignore list.
Browse files Browse the repository at this point in the history
  • Loading branch information
glogiotatidis committed Dec 12, 2014
1 parent daa5d5b commit 644b80b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sugardough/setup.cfg
@@ -1,5 +1,5 @@
[flake8]
ignore=E121,E123,E124,E125,E126,E128,E129
ignore=E121,E123,E124,E125,E126,E128,E129,W292
max-line-length=100
exclude=migrations

2 changes: 1 addition & 1 deletion {{ cookiecutter.project_name }}/setup.cfg
@@ -1,5 +1,5 @@
[flake8]
ignore=E121,E123,E124,E125,E126,E128,E129
ignore=E121,E123,E124,E125,E126,E128,E129,W292
max-line-length=100
exclude=migrations

0 comments on commit 644b80b

Please sign in to comment.