Hashar has uploaded a new change for review.

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


Change subject: pep8 / flake8 configuration
......................................................................

pep8 / flake8 configuration

The quality tools pep8 (as of v1.4) and flake8 can read settings from a
tox.ini file. So lets ignore there some errors:

- E501 line too long (X > 79 characters)
- W191 indentation contains tabs

Change-Id: I7c6ae625340e4888f6e502d19a1d3b259bbfa880
---
A tox.ini
1 file changed, 10 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/OpenStackManager 
refs/changes/05/81005/1

diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..34d6d50
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,10 @@
+[flake8]
+; E501 line too long (X > 79 characters)
+; W191 indentation contains tabs
+ignore = E501,W191
+
+[pep8]
+; E501 line too long (X > 79 characters)
+; W191 indentation contains tabs
+ignore = E501,W191
+

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7c6ae625340e4888f6e502d19a1d3b259bbfa880
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/OpenStackManager
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