Skip to content

Commit

Permalink
ignore all migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 16, 2024
1 parent 1bfc78f commit 11f446a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ upload_to_release = true

[tool.black]
line-length = 80
extend-exclude = "^/codeforlife/user/migrations/"
extend-exclude = ".*/migrations/.*py"

[tool.pytest.ini_options]
env = ["DJANGO_SETTINGS_MODULE=manage"]
Expand Down

0 comments on commit 11f446a

Please sign in to comment.