Skip to content

Commit

Permalink
ignore migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 16, 2024
1 parent f61e634 commit 1bfc78f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ extend-exclude = "^/codeforlife/user/migrations/"
[tool.pytest.ini_options]
env = ["DJANGO_SETTINGS_MODULE=manage"]

[tool.pylint.MASTER]
ignore-paths = [".*/migrations/.*py"]

[tool.mypy]
plugins = ["mypy_django_plugin.main", "mypy_drf_plugin.main"]
check_untyped_defs = true
Expand All @@ -28,3 +31,4 @@ max-line-length = 80
[tool.isort]
profile = "black"
line_length = 80
skip_glob = ["**/migrations/*.py"]

0 comments on commit 1bfc78f

Please sign in to comment.