Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/50369


Change subject: .pep8 configuration file
......................................................................

.pep8 configuration file

Ignores some whitespace related checks:

 W191 indentation contains tabs
 E122 continuation line missing indentation or outdented
 E128 continuation line under-indented for visual indent

Change-Id: I1b56c6d553d1b2c13282c669c50793f999992023
---
A .pep8
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/dumps 
refs/changes/69/50369/1

diff --git a/.pep8 b/.pep8
new file mode 100644
index 0000000..e48fd40
--- /dev/null
+++ b/.pep8
@@ -0,0 +1,5 @@
+[pep8]
+# W191 indentation contains tabs
+# E122 continuation line missing indentation or outdented
+# E128 continuation line under-indented for visual indent
+ignore = W191,E122,E128

-- 
To view, visit https://gerrit.wikimedia.org/r/50369
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1b56c6d553d1b2c13282c669c50793f999992023
Gerrit-PatchSet: 1
Gerrit-Project: operations/dumps
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to