scikit-hep / cabinetry

design and steer profile likelihood fits
https://cabinetry.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
26 stars 21 forks source link

Upgrade to flake8 version 6.0 #379

Closed alexander-held closed 1 year ago

alexander-held commented 1 year ago

Due to an incompatibility of flake8-import-order with the the latest flake8 version 6.0.0, #380 temporarily caps the flake8 version as <6 to allow CI in #378 to pass. This should be fixed after a new flake8-import-order release is out. See https://github.com/PyCQA/flake8-import-order/issues/189.