Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
Ignore lint error about extra newlines in imports (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott authored Nov 10, 2017
1 parent 7c018cf commit 140db2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def lint(session):
'flake8',
'--import-order-style=google',
'--application-import-names=google,tests',
'--ignore=E501',
'--ignore=E501,I202',
'--exclude=gapic,fixtures',
'google', 'tests')
session.run(
Expand Down

0 comments on commit 140db2d

Please sign in to comment.