Skip to content

Commit 42f015e

Browse files
authored
g.extension: attempt to backport changes from master (#1762)
* backport g.extension changes * black -t py27 and format() * ignore E203 ' :'
1 parent e7214f3 commit 42f015e

2 files changed

Lines changed: 830 additions & 600 deletions

File tree

scripts/.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[flake8]
22
ignore =
3+
E203, # white space before ':'
34
E265, # block comment should start with '# '
45
E266, # too many leading '#' for block comment
56
E402, # module level import not at top of file

0 commit comments

Comments
 (0)