fix(pre-commit): include migrations in fixes/checks

We want all python files related to the project to be checked, really.
Some of which are still included, but migrations are a core part of
FastAPI aurweb and should be included.

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2022-09-11 18:07:54 -07:00
parent 03776c4663
commit b3853e01b8
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
6 changed files with 44 additions and 46 deletions

View file

@ -1,5 +1,3 @@
exclude: ^migrations/versions
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0