mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 10:43:25 -04:00
Files
1e5edc7434a07f44f539983e3a9c993ef63b3f38
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
|