mirror of
https://github.com/573dev/gfdm-server.git
synced 2026-03-21 17:54:19 -05:00
16 lines
208 B
INI
16 lines
208 B
INI
[aliases]
|
|
test=pytest
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[flake8]
|
|
ignore = E203, W503
|
|
max-line-length = 88
|
|
inline-quotes = double
|
|
|
|
[mypy]
|
|
warn_unused_ignores = true
|
|
ignore_missing_imports = true
|
|
plugins = sqlmypy
|