Adds and configures pre-commit hooks for linting and formatting during development

This commit is contained in:
Trenton Holmes
2022-02-27 09:33:59 -08:00
parent c19dd81ecf
commit feb677e656
5 changed files with 153 additions and 32 deletions

View File

@@ -18,7 +18,7 @@ max_line_length = off
indent_size = 4
indent_style = space
[*.yml]
[*.{yml,yaml}]
indent_style = space
[*.rst]