mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-08 19:35:14 -05:00
Files
94cda5bb835a58d1550ec01a5b254858b06b9d0a
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
|