cardinalitypuzzles / cardboard

Dashboard for managing puzzles and tracking status during a puzzle hunt
MIT License
31 stars 21 forks source link

set up isort precommit and github action #655

Closed rawxfish closed 1 year ago

rawxfish commented 1 year ago

Most of the file was edited by isort, only thing I set up were pyproject.toml, .github/workflows/pre-submit.yaml, and .pre-commit-config.yaml

rawxfish commented 1 year ago

Going to revert adding autoflake to precommit since it doesnt seem to always do the right things, but will keep some of the good stuff it did fix.