Skip to content

Commit

Permalink
flake8: Enforce a uniform import order
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud committed May 28, 2019
1 parent e378b01 commit b5408a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
flake8
flake8-bugbear
flake8-commas
flake8-import-order
pep8-naming
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ python_requires = >= 3.6


[flake8]
select = C,E,F,W,N,B,B9
select = C,E,F,I,W,N,B,B9
ignore = E704,W504
max-line-length = 100

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

0 comments on commit b5408a8

Please sign in to comment.