update deps

This commit is contained in:
long2ice
2020-07-06 00:10:07 +08:00
parent fe2ddff88b
commit 77e9d7bc91
6 changed files with 138 additions and 40 deletions

View File

@@ -1,12 +1,2 @@
[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
ignore = E501,W503