Linting and code style
samcunliffe opened this issue · comments
Sam Cunliffe commented
Making this a full issue to track some stylistic refactoring.
black
can autoformat ✅ruff
throws up ~500 style errors that it can't fix- decide whether or not to convert to
CamelCaseClasses
andsnake_case_members
- if not: configure
ruff
to ignore.
- decide whether or not to convert to
-
mypy
throwing around 12 errors which we probably do want to fix.