forked from platypush/platypush
Make sure that flake8 and black don't step on each other's toes
This commit is contained in:
parent
1c6ff2fa49
commit
7b1a63e287
2 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
[tool.black]
|
[tool.black]
|
||||||
skip-string-normalization = true
|
skip-string-normalization = true
|
||||||
skip-numeric-underscore-normalization = true
|
skip-numeric-underscore-normalization = true
|
||||||
|
|
||||||
|
|
|
@ -8,3 +8,4 @@ description-file = README.md
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
|
extend-ignore = E203
|
||||||
|
|
Loading…
Reference in a new issue