Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2100)

Unified Diff: pylama.ini

Issue 1451373002: Updating mozdownload (excluding tests) (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/mozdownload@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pylama.ini
diff --git a/pylama.ini b/pylama.ini
new file mode 100644
index 0000000000000000000000000000000000000000..c6024eba823830115cac4b442959d2c0f35950ba
--- /dev/null
+++ b/pylama.ini
@@ -0,0 +1,6 @@
+[pylama]
+format = mccabe,pep8,pep257,pyflakes,pylint
+ignore = C901
+
+[pylama:pep8]
+max_line_length = 100

Powered by Google App Engine
This is Rietveld 408576698