Make sure that flake8 and black don't step on each other's toes

This commit is contained in:
Fabio Manganiello 2022-04-07 00:17:39 +02:00
parent 1c6ff2fa49
commit 7b1a63e287
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
[tool.black]
skip-string-normalization = true
skip-numeric-underscore-normalization = true

View File

@ -8,3 +8,4 @@ description-file = README.md
[flake8]
max-line-length = 120
extend-ignore = E203