summaryrefslogtreecommitdiff
path: root/isort/compat.py
Commit message (Expand)AuthorAgeFilesLines
* add resolve() helper to address the differences between pathlib implementationsMaxim Kurnikov2019-04-291-2/+9
* move to pathlibMaxim Kurnikov2019-04-281-29/+37
* add strict_optional = True for some filesMaxim Kurnikov2019-04-261-1/+1
* extract checks logic out of _SortImportsMaxim Kurnikov2019-04-261-5/+33
* extract some more methods into separate fileMaxim Kurnikov2019-04-261-17/+52
* extract everything file related to upper levelMaxim Kurnikov2019-04-261-20/+80
* extract reading configurationMaxim Kurnikov2019-04-251-2/+20
* sort importsMaxim Kurnikov2019-04-251-1/+1
* make compat layer to preserve public apiMaxim Kurnikov2019-04-251-0/+45