- 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]
2.3
----------------
- 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]
2.2.2
------------------
- Workaround for isort bug when skipping files. [danpalmer]