Skip to content

Commit

Permalink
Run pyproject-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
robhudson committed Jul 1, 2024
1 parent 6b8c68d commit d38dbeb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ optional-dependencies.dev = [
"pytest-cov",
"pytest-django",
"pytest-ruff",
"Sphinx",
"sphinx_rtd_theme",
"sphinx",
"sphinx-rtd-theme",
"tox",
"tox-gh-actions",
"types-setuptools",
Expand Down Expand Up @@ -132,8 +132,12 @@ addopts = "-vs --tb=short --ruff --ruff-format"
DJANGO_SETTINGS_MODULE = "csp.tests.settings"

[tool.mypy]
plugins = ["mypy_django_plugin.main"]
exclude = ['^build/lib']
plugins = [
"mypy_django_plugin.main",
]
exclude = [
'^build/lib',
]
strict = true

[tool.django-stubs]
Expand Down

0 comments on commit d38dbeb

Please sign in to comment.