issues
search
florczakraf
/
boogie-stats
A pass-through proxy for groovestats.com that records non-ranked song scores.
https://boogiestats.andr.host
Other
14
stars
9
forks
source link
Add pre-commit
#191
Closed
florczakraf
closed
2 months ago
florczakraf
commented
3 months ago
Summary
we're now using a standard
pre-commit
tool to perform all the required code style checks
added
isort
(it enforces consistent import order)
updated CI to use
pre-commit
updated dev docs to suggest using
pre-commit
instead of all the required tools manually
resolved all issues (mostly missing LF, removed unneeded executable flags, import order -- separate commit with
isort
)
Summary
pre-commit
tool to perform all the required code style checksisort
(it enforces consistent import order)pre-commit
pre-commit
instead of all the required tools manuallyisort
)