datasette/.isort.cfg
Simon Willison ecae805d37 Sort commits using isort
Also added lint test to ensure they stay sorted.
2019-06-23 22:04:00 -07:00

6 lines
113 B
INI

[settings]
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=88