Add black, add flake8 config for black

This commit is contained in:
flyingscorpio@arch-desktop 2020-05-30 11:07:52 +02:00
parent d57ec4e6c6
commit b1d881d3a3

View file

@ -1,2 +1,3 @@
[flake8]
max-line-length = 90
extend-ignore = E203, W503