summary refs log tree commit diff
path: root/changelog.d/9222.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update isort to v5.7.0 (#9222)Andrew Morgan2021-01-261-0/+1
This new version no longer has the problem of adding/removing a blank line in `.pyi` files, which black disagrees with. This would cause `isort` to slightly modify `.pyi` files, before `black` would subsequently modify back directly afterwards. Relevant `isort` issue: https://github.com/pycqa/isort/issues/1284