- Nothing changed yet.
- Fix flake8 warning. [sobolevn]
- Add
python3.8
suport. [sobolevn]
- Look for isort configuration on .flake8 files as well. [JohnHBrock]
- Document how to install flake8-isort on conda. [marcelotrevisani]
- Look for isort configuration on pyproject.toml files as well. [sanjioh]
- Improve the README. [barbossa]
- Fix isort output when pipes are used. [maerteijn]
- Use pytest to run tests. [gforcada]
- New error code I005 isort foundan unexpected missing import. [charettes]
- Add
isort_show_traceback
option to show verbose multi-line output fromisort
, turned off by default [sobolevn]
- Now requires isort >= 4.3.0. [jleclanche]
- Fix input handling with flake8's --stdin-display-name, and simplify it. [blueyed]
- Remove flake8-polyfill dependency. flake8 >= 3.2.1 is required already, and stdin is not read directly anymore. [blueyed]
- Fix typo. [paltman]
- Add tox.ini and .editorconfig to config search. [cas--]
- Make this plugin compatible with flake8 hook. As the hook copies the files out of tree, flake8-isort never finds the correct configuration. [jaysonsantos]
- Workaround for isort bug when skipping files. [danpalmer]
- Release as universal wheel. [gforcada]
- Support flake8 git hook. [sergio-alonso]
- Support python 3.6. [gforcada]
- Search configuration on home folder. [gforcada]
- Fix yet another corner case. [gforcada]
- Fix another corner case: ignored files. [cas--]
- Fix corner cases of isort: newlines and grouped imports. [cas--]
- Show the exact line and kind of error, rather than a generic message. [cas--]
- Update trove classifiers. [gforcada]
- Add flake8 classifier. [sigmavirus24]
- Require flake8 3.2.1. flake8 series 3.1.x and 3.2.0 where not reporting flake8-isort errors. [gforcada]
- Test on pypy and pypy3. [gforcada]
- Fix tests and formatting. [gforcada]
- Fix standard input processing. [carljm]
- Refactor code to handle flake8 version 3. [danpalmer]
- Require flake8 version 3.0. [gforcada]
- Make error messages clearer. [do3cc]
- Use either pep8 or pycodestyle (new name for pep8). [Maxim Novikov]
- Fix coveralls. [gforcada]
- Allow stdin processing, this way text editor can pass input to flake8. [mjacksonw]
- Silence isort messages. [gforcada]
- Improve wording. [gforcada]
- Check for isort configuration on setup.cfg as well. [plumdog]
- Check for an isort configuration file. [gforcada]
- Fix entry point. [gforcada]
- Release wheels as well. [gforcada]
- Initial release [gforcada]
- Add all boilerplate files. [gforcada]
- Create the flake8 plugin per se. [gforcada]