Add Makefile for development

This commit is contained in:
Milan Stute
2019-12-17 19:55:58 +01:00
parent 304c4211ad
commit 55feaed931
3 changed files with 42 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[flake8]
max-line-length = 127
[yapf]
based_on_style = pep8
column_limit = 127