mpusz / mp-units

The quantities and units library for C++
https://mpusz.github.io/mp-units/
MIT License
998 stars 79 forks source link

Update isort to work around build from source bug #431

Closed aostrowski closed 1 year ago

aostrowski commented 1 year ago

A Poetry update broke isort: https://github.com/PyCQA/isort/issues/2077 The bug occurs when building from source, which is what pre-commit does. The latest version of isort fixes this issue.

gitpod-io[bot] commented 1 year ago