update Makefile

This commit is contained in:
long2ice
2020-06-22 12:55:26 +08:00
parent 6fd0f8a42f
commit 25674bc73a
6 changed files with 61 additions and 127 deletions

12
setup.cfg Normal file
View File

@@ -0,0 +1,12 @@
[flake8]
max-line-length = 100
exclude =
ignore = E501,W503,DAR101,DAR201,DAR402
[isort]
not_skip=__init__.py
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=100