Pārlūkot izejas kodu

g.extension: attempt to backport changes from master (#1762)

* backport g.extension changes

* black -t py27 and format()

* ignore E203 ' :'
Stefan Blumentrath 3 gadi atpakaļ
vecāks
revīzija
42f015eb5e
2 mainītis faili ar 830 papildinājumiem un 600 dzēšanām
  1. 1 0
      scripts/.flake8
  2. 829 600
      scripts/g.extension/g.extension.py

+ 1 - 0
scripts/.flake8

@@ -1,5 +1,6 @@
 [flake8]
 ignore =
+    E203, # white space before ':'
     E265, # block comment should start with '# '
     E266, # too many leading '#' for block comment
     E402, # module level import not at top of file

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 829 - 600
scripts/g.extension/g.extension.py