Skip to content

Commit

Permalink
tests/flake8: Enforce uniform import order
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud committed Mar 25, 2019
1 parent e965e80 commit 08ebe04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
flake8
flake8-bugbear
flake8-commas
flake8-import-order
mypy>=0.670
pep8-naming
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[flake8]
select = C,E,F,W,B,B9
select = C,E,F,I,W,B,B9
ignore = E704
max-line-length = 100

application-import-names = ppb_vector,utils
import-order-style = smarkets

0 comments on commit 08ebe04

Please sign in to comment.