Skip to content

Commit

Permalink
Add flake8/isort configs
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Apr 5, 2021
1 parent d523a13 commit 191fee2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[flake8]
select = B,C,E,F,P,W,B9
max-line-length = 80
ignore = E127, E128, E203, E265, E266, E402, E501, E722, P207, P208, W503, F405
8 changes: 5 additions & 3 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[settings]
line_length = 88
multi_line_output = 3
include_trailing_comma = True
force_grid_wrap=0
include_trailing_comma=True
line_length=88
multi_line_output=3
skip = scripts/recipe-robot, test
use_parentheses=True

0 comments on commit 191fee2

Please sign in to comment.