mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
Add support for Python 3.9, drop EOL 3.5 (#477)
This commit is contained in:
committed by
GitHub
parent
5fa4496f9d
commit
8c5404591b
+1
-6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user