Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: flake8-eyeo/setup.py

Issue 29566555: Noissue - Fix flake8-eyeo for flake8 3.4 (Closed)
Patch Set: Created Oct. 6, 2017, 2:04 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « flake8-eyeo/flake8_eyeo.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: flake8-eyeo/setup.py
===================================================================
--- a/flake8-eyeo/setup.py
+++ b/flake8-eyeo/setup.py
@@ -104,10 +104,10 @@
py_modules=['flake8_eyeo'],
entry_points={
'flake8.extension': [
- 'eyeo.A = flake8_eyeo:ASTChecker',
- 'eyeo.A1 = flake8_eyeo:check_quotes',
- 'eyeo.A111 = flake8_eyeo:check_redundant_parenthesis',
- 'eyeo.A303 = flake8_eyeo:check_non_default_encoding',
+ 'A = flake8_eyeo:ASTChecker',
+ 'A1 = flake8_eyeo:check_quotes',
+ 'A111 = flake8_eyeo:check_redundant_parenthesis',
+ 'A303 = flake8_eyeo:check_non_default_encoding',
],
},
cmdclass={'test': TestCommand}
« no previous file with comments | « flake8-eyeo/flake8_eyeo.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld