Skip to content

Commit

Permalink
Merge pull request #47 from pamelafox/blackformat
Browse files Browse the repository at this point in the history
Black updates
  • Loading branch information
pamelafox authored Feb 5, 2024
2 parents d89c685 + be21bba commit 73e52d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
exclude: ^tests/snapshots/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 24.1.1
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.258
rev: v0.2.0
hooks:
- id: ruff
1 change: 1 addition & 0 deletions src/flaskapp/migrations/versions/4b27e7d67391_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2023-09-11 16:53:29.641737
"""

import sqlalchemy as sa
from alembic import op

Expand Down

0 comments on commit 73e52d3

Please sign in to comment.