mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2025-08-14 10:47:30 +08:00
6 lines
79 B
INI
6 lines
79 B
INI
[flake8]
|
|
ignore = E501,W503
|
|
[mypy]
|
|
pretty = True
|
|
ignore_missing_imports = True
|