.flake8: add flake8 configuration

Since we don't use default options for flake8, add a flake8
configuration file.

For now, the only option is the line length (100 instead of default 79).

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Arnout Vandecappelle (Essensium/Mind)
2020-03-24 14:07:39 +01:00
committed by mergify[bot]
parent 403b10dab8
commit b23d9c4bcc

2
.flake8 Normal file
View File

@@ -0,0 +1,2 @@
[flake8]
max_line_length=100