Reformat common to standardized format

Change-Id: I9ba54f3510e17de285e1e774d18ee5c7205818ad
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/tox.ini b/tox.ini
index c3341ea..9ab9b460 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,7 +34,8 @@
 deps = black
 skip_install = true
 commands =
-        - black --check --diff osm_common/
+        black --check --diff osm_common/
+        black --check --diff setup.py
 
 #######################################################################################
 [testenv:cover]
@@ -61,7 +62,7 @@
         -r{toxinidir}/requirements-test.txt
         pylint
 commands =
-    pylint -E osm_common
+        pylint -E osm_common
 
 #######################################################################################
 [testenv:safety]
@@ -102,8 +103,10 @@
 ignore =
         W291,
         W293,
+        W503,
         E123,
         E125,
+        E203,
         E226,
         E241
 exclude =