mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-18 06:51:19 -05:00
Files
8b75fa68bf2de75b6769410e5bf6351beaa3092a
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
|