Ver Fonte

Add python configuration

Colin Powell há 6 anos atrás
pai
commit
213982cdc7
2 ficheiros alterados com 6 adições e 0 exclusões
  1. 4 0
      python/.config/pycodestyle
  2. 2 0
      python/.pylintrc

+ 4 - 0
python/.config/pycodestyle

@@ -0,0 +1,4 @@
+[pycodestyle]
+ignore = E226,E302,E41,E0202,E1101
+max-line-length = 88
+statistics = True

+ 2 - 0
python/.pylintrc

@@ -0,0 +1,2 @@
+[MESSAGES CONTROL]
+disable=E0202,E1101