Files
Joel Brobecker af28fe615c Add flake8 and black pre-commit checks, and reformat python files
This commit introduces a pre-commit config, which checks all
Python files via black (a code foramtter) and flake8 (a style
checker).

This commit also updates all python files after reformatting
by black (obtained by running "pre-commit run --all").

One thing this commit does not do, however, is make any manual
change. In particular, this commit does not address the errors
reported by flake8.
2025-01-20 11:51:53 +00:00
..