linter updates

This commit is contained in:
ryanmerolle 2022-10-07 16:54:25 +00:00
parent 7ef080dee1
commit 69227ee303
3 changed files with 12 additions and 1 deletions

3
.github/linters/.flake8 vendored Normal file
View File

@ -0,0 +1,3 @@
[flake8]
max-line-length = 160
extend-ignore = E203

8
.github/linters/.isort.cfg vendored Normal file
View File

@ -0,0 +1,8 @@
[settings]
profile = black
; vertical hanging indent mode also used in black configuration
multi_line_output = 3
; necessary because black expect the trailing comma
include_trailing_comma = true

View File

@ -1,5 +1,5 @@
[settings]
profile = "black"
profile = black
; vertical hanging indent mode also used in black configuration
multi_line_output = 3