Add Black, isort and flake8.

This commit is contained in:
Chris Berkhout 2021-04-20 19:59:31 +02:00
parent 64d7591a65
commit 4f9353013e
4 changed files with 265 additions and 1 deletions

3
.flake8 Normal file
View file

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