Skip to content

Commit

Permalink
#184: Fix local import names
Browse files Browse the repository at this point in the history
- This is so flake8 can correctly detect which import statements are bringing in local code, so said statements can be ordered in a consistent style
  • Loading branch information
MRichards99 committed Nov 3, 2020
1 parent a9f3b08 commit 3b208a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ select = A,B,B9,BLK,C,E,F,I,N,S,W
ignore = E203,W503,E501
max-complexity = 10
max-line-length = 80
application-import-names = common,src,test,util
application-import-names = datagateway_api,test,util
import-order-style = google
per-file-ignores = test/*:S101
enable-extensions=G

0 comments on commit 3b208a0

Please sign in to comment.