mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
bc8438bda4
tablib imports pkg_resources in order to find its own version. Importing pkg_resources is very slow (100ms-250ms is common). Avoid it by letting setuptools-scm generate a file with the version instead.
8 lines
225 B
TOML
8 lines
225 B
TOML
[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
|