]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
add tox.ini for pep8 with some errors to be ignored
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Sun, 1 Mar 2015 20:59:59 +0000 (21:59 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 3 Mar 2015 11:59:30 +0000 (12:59 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/pybind/tox.ini [new file with mode: 0644]

diff --git a/src/pybind/tox.ini b/src/pybind/tox.ini
new file mode 100644 (file)
index 0000000..1882b6d
--- /dev/null
@@ -0,0 +1,2 @@
+[pep8]
+ignore = E123,E203