mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-25 05:04:05 -05:00
Files
406dae6e9766ebe3217fd5d0428e01885ec90c13
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
|