Skip to content

Commit

Permalink
add neapolitan and simple_history to mypy ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Feb 21, 2024
1 parent 956fbe2 commit ce53f24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/django_twc_project/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ module = [
"django_q.*",
"djclick.*",
"gunicorn.*",
"health_check.*"{% if include_weasyprint %},
"health_check.*",
"neapolitan.*",
"simple_history.*"{% if include_weasyprint %},
"weasyprint.*"
{%- endif %}
]
Expand Down

0 comments on commit ce53f24

Please sign in to comment.