mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-13 05:45:22 -05:00
Files
f14e1e536c5109dc9466266034c7b477bbd8ca8a
7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
[flake8]
|
|||
ignore = [
|
|||
E501 # Line Length - See Black Config in pyproject.toml
|
|||
E722 # Bare Exception | Temporary
|
|||
]
|
|||
exclude = _all_models.py
|