Add support for Python 3.9, drop EOL 3.5 (#477)

This commit is contained in:
Hugo van Kemenade
2020-10-30 19:01:48 +02:00
committed by GitHub
parent 5fa4496f9d
commit 8c5404591b
18 changed files with 81 additions and 40 deletions
+1 -6
View File
@@ -1,7 +1,2 @@
[tool.isort]
force_grid_wrap = 0
include_trailing_comma = true
known_third_party = ["MarkupPy", "odf", "openpyxl", "setuptools", "tablib", "xlrd", "xlwt", "yaml"]
line_length = 88
multi_line_output = 3
use_parentheses = true
profile = "black"