8 lines
189 B
INI
8 lines
189 B
INI
[flake8]
|
|
; ignore = E226,E302,E41
|
|
max-line-length = 120
|
|
; exclude = tests/*
|
|
; See https://black.readthedocs.io/en/stable/the_black_code_style.html
|
|
extend-ignore = E203
|
|
[isort]
|
|
profile=black |