merge upstream

This commit is contained in:
Braelyn Boynton
2024-05-28 16:45:20 -07:00
parent 2d88109cc3
commit c6471814b3
15 changed files with 277 additions and 44 deletions

View File

@@ -2,6 +2,8 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
hooks:
# Run the linter.
- id: ruff
args: [--fix]
args: ["--fix"]
exclude: "templates"
- id: ruff-format
exclude: "templates"