Reformat common to standardized format
[osm/common.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index c3341ea..9ab9b46 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -34,7 +34,8 @@ deps =  -r{toxinidir}/requirements.txt
 deps = black
 skip_install = true
 commands =
 deps = black
 skip_install = true
 commands =
-        - black --check --diff osm_common/
+        black --check --diff osm_common/
+        black --check --diff setup.py
 
 #######################################################################################
 [testenv:cover]
 
 #######################################################################################
 [testenv:cover]
@@ -61,7 +62,7 @@ deps =  {[testenv]deps}
         -r{toxinidir}/requirements-test.txt
         pylint
 commands =
         -r{toxinidir}/requirements-test.txt
         pylint
 commands =
-    pylint -E osm_common
+        pylint -E osm_common
 
 #######################################################################################
 [testenv:safety]
 
 #######################################################################################
 [testenv:safety]
@@ -102,8 +103,10 @@ whitelist_externals = sh
 ignore =
         W291,
         W293,
 ignore =
         W291,
         W293,
+        W503,
         E123,
         E125,
         E123,
         E125,
+        E203,
         E226,
         E241
 exclude =
         E226,
         E241
 exclude =