mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
e74bb96733
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
1 line
95 B
Plaintext
1 line
95 B
Plaintext
Update `isort` to v5.7.0 to bypass a bug where it would disagree with `black` about formatting. |