Commit Graph

3 Commits

Author SHA1 Message Date
A.J. Beamon f7cc5c8ef8 Fix indentation in pre-commit config 2023-05-02 08:46:33 -07:00
A.J. Beamon 182dc93ebd Apply black format to most Python files, excluding a few cases where we have Python 2 files and a few files written externally. Add external files as exclusions to the precommit checks. 2023-04-28 11:46:41 -07:00
LukasMoll d5fb11eccb
Python pre-commit pipeline to enforce best practices. (#8181)
* Ãmade config files for black and flake8 pre-commit pipeline

* added documentation for pre-commit pipeline

* Mitigates tag change error

* removed black version in pre commit config

* Add E711 to the list of ignored flake8 errors

See #330

Co-authored-by: Lukas Molleman <Lukas.Molleman@gmail.com>
Co-authored-by: Andrew Noyes <andrew.noyes@snowflake.com>
2022-09-30 13:18:55 -07:00