Skip to content

Commit

Permalink
Ignore flake8 E402
Browse files Browse the repository at this point in the history
  • Loading branch information
quozl committed Nov 29, 2019
1 parent a1ee2c6 commit 8b6469c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[flake8]

# E402 module level import not at top of file
# gi.require_version() is required before later imports

ignore = E402

0 comments on commit 8b6469c

Please sign in to comment.