This commit is contained in:
2024-12-10 18:09:15 +03:00
parent 5bf6f4e30b
commit 8ec0cf6b58
3 changed files with 22 additions and 6 deletions

View File

@@ -8,4 +8,9 @@ repos:
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
- id: isort
- repo: https://github.com/sqlfluff/sqlfluff
rev: 3.3.0
hooks:
- id: sqlfluff-fix
args: [ --dialect=mariadb ]