DeadCodeProductions / dead

Other
50 stars 5 forks source link

[diopter rebuild] switch to pre-commit #72

Closed Quarub closed 1 year ago

Quarub commented 1 year ago

... and make flake8 happy. Similarly to the dead2 branch, we don't merge into main here.

The flake8 config is based on the recommendations of black and I added W503 (line break before a binary operator) to the ignore list because it clashed with the black formatting.