Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#429)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 6, 2023
1 parent 6dabf2f commit 82c2ca0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
additional_dependencies:
- toml
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
1 change: 0 additions & 1 deletion boxoffice/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@


class User(UserBase2, db.Model):

__tablename__ = 'user'

def __repr__(self):
Expand Down
1 change: 1 addition & 0 deletions migrations/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def run_migrations_online():
and associate a connection with the context.
"""

# this callback is used to prevent an auto-migration from being generated
# when there are no changes to the schema
# reference: http://alembic.readthedocs.org/en/latest/cookbook.html
Expand Down

0 comments on commit 82c2ca0

Please sign in to comment.