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

Unified Diff: tox.ini

Issue 29993614: Issue 2267 - Unify form handling by reusing form_handler() (Closed) Base URL: https://hg.adblockplus.org/sitescripts/
Patch Set: Created Jan. 30, 2019, 11:43 p.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
« sitescripts/__init__.py ('K') | « sitescripts/reports/web/updateReport.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tox.ini
===================================================================
--- a/tox.ini
+++ b/tox.ini
@@ -50,7 +50,7 @@
/sitescripts/reports/web/showDigest.py : A206,A301,A302,E501,F401,N802,N806
/sitescripts/reports/web/showUser.py : A301,A302,E501,E711,N802
/sitescripts/reports/web/submitReport.py : A301,A302,E501,F401,N802,N806
- /sitescripts/reports/web/updateReport.py : A301,E501,E711,E722,F401,N802,N806
+ /sitescripts/reports/web/updateReport.py : A301,N802,N806,W504
/sitescripts/submit_email/web/submit_email.py : E501
/sitescripts/subscriptions/bin/generateReport.py : A104,A107,A201,A301,E501,E713,F401,N802,N803,N806
/sitescripts/subscriptions/bin/processTemplate.py : E501,E711,N802,N803,N806
@@ -91,6 +91,7 @@
hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo
httplib2
oauth2client
+ PyMySQL
setenv =
SITESCRIPTS_CONFIG = ./.sitescripts.test
« sitescripts/__init__.py ('K') | « sitescripts/reports/web/updateReport.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld