intel / p3-analysis-library

A library simplifying the collection and interpretation of P3 data.
https://intel.github.io/p3-analysis-library/
MIT License
7 stars 10 forks source link

Remove flake8-black from pre-commit #34

Closed Pennycook closed 5 months ago

Pennycook commented 5 months ago

We run black as part of pre-commit already, so don't need to run flake8-black.

Additionally, since black and flake8-black look for configuration information in different places, running both can lead to disagreement between the tools.

Related issues

Currently blocking #18.

Proposed changes


@laserkelvin: Sorry for not catching this during review. I know we discussed this, but I somehow missed it in the diff.