You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
651 B
INI

[isort]
2 years ago
line_length = 50
2 years ago
indent = 4
# 1/Vertical
2 years ago
multi_line_output = 3
lines_after_imports = 2
default_section = THIRDPARTY
known_localfolder = datalog
1 year ago
sections = STDLIB,LOCALFOLDER,FIRSTPARTY,THIRDPARTY
2 years ago
2 years ago
force_sort_within_sections = 1
force_alphabetical_sort_within_sections = 1
combine_as_imports = 1
2 years ago
include_trailing_comma = 1
[distutils]
index-servers = pypi
2 years ago
[reqman]
2 years ago
shitlist = [
pip,
pkg_resources,
setuptools,
]
2 years ago
[flake8]
2 years ago
extend-ignore = [
2 years ago
E203,
E227,
2 years ago
E266,
2 years ago
E306,
E501,
E731,
E741,
F403,
F405,
]
2 years ago
[pypi]
repository = https://pypi.python.org/pypi
username = $pypi_user
password = $pypi_pass