Skip to content

Commit

Permalink
chore(pre-commit): autoupdate hooks (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Feb 7, 2023
2 parents a6ebe44 + 6d512c6 commit 2fbea34
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
args: ["--maxkb=1500"]

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
types:
Expand Down
1 change: 0 additions & 1 deletion benefits/core/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = []
Expand Down
1 change: 0 additions & 1 deletion benefits/core/migrations/0002_sample_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ def load_sample_data(app, *args, **kwargs):


class Migration(migrations.Migration):

dependencies = [
("core", "0001_initial"),
]
Expand Down
1 change: 0 additions & 1 deletion benefits/core/migrations/0003_data_migration_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@


class Migration(migrations.Migration):

migrations_directory = os.path.join(settings.BASE_DIR, "benefits", "core", "migrations")
dependencies = [("core", file.replace(".py", "")) for file in os.listdir(migrations_directory) if file.startswith("0002")]

Expand Down

0 comments on commit 2fbea34

Please sign in to comment.