Add flake8 suppression

This commit is contained in:
James Cameron 2019-03-13 15:01:07 +11:00
parent 830e7c50fb
commit b6e314bbe5

6
.flake8 Normal file
View File

@ -0,0 +1,6 @@
[flake8]
# E402 module level import not at top of file
# gi.require_version() is required before later imports
ignore = E402