Skip to content

Commit

Permalink
Update method of excluding docs directory and remove __init__.py file.
Browse files Browse the repository at this point in the history
  • Loading branch information
YPCrumble committed Aug 28, 2024
1 parent ae58e39 commit 68732e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Empty file removed docs/__init__.py
Empty file.
4 changes: 1 addition & 3 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ strict = True
warn_return_any = False
# TODO: Remove this exception in the future
disable_error_code = var-annotated
exclude = docs

[mypy.plugins.django-stubs]
django_settings_module = "tests.test_settings.settings_5_0"

# TODO: Type check tests in the future
[mypy-tests.*]
ignore_errors = True

[mypy-docs.*]
ignore_errors = True

0 comments on commit 68732e6

Please sign in to comment.