Fix flake8 output formatting

This commit is contained in:
Adrian Moennich 2023-03-30 16:19:46 +02:00 committed by Adrian
parent 91afc28489
commit c0328fd8bd

View File

@ -1,9 +1,6 @@
[flake8]
max-line-length = 120
# colored output
format = ${cyan}%(path)s${reset}:${yellow_bold}%(row)d${reset}:${green_bold}%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s
# decent quote styles
inline-quotes = single
multiline-quotes = single