Check if predict_at/day is in .totals
- this is a minor sanity check
This commit is contained in:
parent
f36fffdd4d
commit
0c1ff5338d
3 changed files with 12 additions and 4 deletions
|
|
@ -145,6 +145,8 @@ per-file-ignores =
|
|||
src/urban_meal_delivery/forecasts/timify.py:
|
||||
# No SQL injection as the inputs come from a safe source.
|
||||
S608,
|
||||
# The many noqa's are ok.
|
||||
WPS403,
|
||||
tests/*.py:
|
||||
# Type annotations are not strictly enforced.
|
||||
ANN0, ANN2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue