Format and lint migrations directory (#59)

This commit is contained in:
Michael Plunkett
2025-02-28 11:46:39 -06:00
committed by GitHub
parent d575b6f9af
commit 9529784fa2
10 changed files with 120 additions and 70 deletions

View File

@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.5
rev: 1.9.1
hooks:
- id: nbqa-ruff
args:
@@ -17,7 +17,7 @@ repos:
- --profile=black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: check-docstring-first
@@ -49,7 +49,7 @@ repos:
- id: python-no-log-warn
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 6.0.1
hooks:
- id: isort
name: Run isort to sort imports