Files
website-v2/pyproject.toml
Natalia 80eae90184 Initial model for User's preferences, specifically for email notifications.
Part of #343. The news' notifications module was also changed to the user
preferences is honored when sending news emails.

Also exclude migrations from the black check.
2023-06-16 13:00:16 -03:00

19 lines
227 B
TOML

[tool.interrogate]
fail-under = 100
quiet = false
verbose = 2
whitelist-regex = ["test_.*"]
[tool.ruff]
line-length = 88
target-version = "py311"
[tool.black]
line-length = 88
exclude = '''
/(
\.git
| migrations
)/
'''