mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
3d6a1d3764
Since isort 5.11.0 if a import statement ends with a trailing comma it's excluded for sorting, which makes the black-formatted import lines unformatted by isort. Disable this behavior in the config so all import lines are sorted as they should.