v3.0.0
Changed
- Pylint's duplicate-code is not disabled anymore, since its parser has multi-line support.
- For yala devs: now, linter parsers receive both stdout and stderr. Reason: isort 5 prints results to stderr.
Fixed
- Better support for isort 5:
- No more
--recursive
flag; - Its output is now read from stderr instead of stdout.
- No more
Removed
- Python 3.5 support (besides EOL, no isort-5 support)