summaryrefslogtreecommitdiff
path: root/isort/compat.py
Commit message (Expand)AuthorAgeFilesLines
* Remove SortImportsTimothy Crosley2020-03-231-118/+0
* Fix usage of read_file in compat to not use out of scope streamTimothy Crosley2020-03-041-0/+1
* Update to fix mypy and black linting errorsTimothy Crosley2020-03-031-5/+8
* Initially fully working streaming supportTimothy Crosley2020-02-201-3/+9
* Initially working stream based checkingTimothy Crosley2020-02-201-4/+8
* Remove unused get_settings path functionTimothy Crosley2020-01-311-10/+0
* #1081 :art: unimport appliedhakancelik2020-01-061-5/+2
* Flake8 fixesTimothy Crosley2019-11-081-1/+1
* Fix all discovered mypy errorsTimothy Crosley2019-11-081-34/+19
* All test_isort tests now passing!Timothy Crosley2019-11-071-1/+6
* Fix atomic behaviour to match pre-refactor isortTimothy Crosley2019-11-071-1/+9
* Initial support for 'check' post refactorTimothy Crosley2019-11-061-1/+6
* Add extension support to io.FileTimothy Crosley2019-11-061-1/+4
* Fix forced separate support post refactorTimothy Crosley2019-11-061-1/+0
* Initially working CLITimothy Crosley2019-11-061-4/+5
* Fix file_contents set to NoneTimothy Crosley2019-11-051-2/+2
* Existing unit tests starting to pass with refactored codeTimothy Crosley2019-11-051-18/+23
* Update compat module to use FileTimothy Crosley2019-11-051-3/+5
* Further work toward making api.py single entrypointTimothy Crosley2019-11-041-80/+9
* Start implementing atomic behaviour in APITimothy Crosley2019-11-041-33/+24
* Add support for file skip commentTimothy Crosley2019-11-041-1/+1
* Add initial simplified API for using isortTimothy Crosley2019-11-041-43/+2
* Fix stdlib inclusionsTimothy Crosley2019-10-291-3/+2
* Start work on moving configuration objects to use dataclassesTimothy Crosley2019-10-291-2/+3
* Switch from .format to f-string; switch from print to warnings where applicableTimothy Crosley2019-10-271-13/+13
* Simplify _SortImports, reducing attributes to minimum, relying instead on Par...Timothy Crosley2019-10-271-2/+2
* Update to new 100 line length limit. Re-run blackTimothy Crosley2019-10-121-32/+11
* Coding detection closer to PEP 263Sebastian Rittau2019-10-101-3/+3
* Run pyupgrade tool across the projectJon Dufresne2019-08-161-5/+5
* Introduce Black to automate code formattingJon Dufresne2019-08-151-60/+98
* Specify targeted Python version to mypyJon Dufresne2019-08-141-1/+2
* Issue/942 (#946)Timothy Edmund Crosley2019-05-121-1/+7
* 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