summaryrefslogtreecommitdiff
path: root/.editorconfig
Commit message (Collapse)AuthorAgeFilesLines
* Fix isort and editor configTimothy Crosley2019-02-231-1/+1
|
* Drop legacy distutils fallback in setup.pyJon Dufresne2018-09-151-1/+1
| | | | | | | | | | | | | | | | | | | The command "python setup.py test" hasn't been used for testing since ea10824e12e7d9409e7a8918094c1dbfa2d66f05. Can greatly simplify setup.py and testing by removing the unnecessary workarounds for this. The distutils package is not recommended for use and unnecessary for modern Python environments. Use only setuptools instead. From https://docs.python.org/3/library/distutils.html: > Most Python users will not want to use this module directly, but > instead use the cross-version tools maintained by the Python Packaging > Authority. In particular, setuptools is an enhanced alternative to > distutils ... > > The recommended pip installer runs all setup.py scripts with > setuptools, even if the script itself only imports distutils. Refer to > the Python Packaging User Guide for more information.
* Update editor config to skip toxTimothy Crosley2015-09-181-1/+1
|
* Add Setuptools integration issue #261Benjamin ABEL2015-03-021-1/+9
| | | | | | | | | | These changes enable any user that installs `isort` to check his source code from setup.py with the command `python setup.py isort` I also checked isort package code with his command in tox and travis. Acknowledgements: this is mostly inspired by flake8 setuptools integration, see [flake8 doc](http://flake8.readthedocs.org/en/2.2.3/setuptools.html)
* Change isort config to explicitly parse __init__.pyTimothy Crosley2014-04-161-1/+2
|
* Add support for skippind entire directoriesTimothy Crosley2014-01-291-1/+1
|
* Add frosted specific settingsTimothy Crosley2014-01-231-1/+2
|
* Add balanced wrapping to isort configTimothy Crosley2014-01-041-0/+1
|
* add editorconfig fileTimothy Crosley2014-01-011-0/+9