mirror of
https://github.com/rjNemo/pass-gen
synced 2026-06-06 02:26:42 +00:00
13 lines
309 B
INI
13 lines
309 B
INI
[flake8]
|
|
exclude = .git, __pycache__, __init__.py, app/migrations/*
|
|
max-complexity = 13
|
|
max-line-length = 100
|
|
|
|
[mypy]
|
|
ignore_missing_imports = True
|
|
warn_unused_configs = True
|
|
no_implicit_optional = True
|
|
warn_unused_ignores = True
|
|
warn_unreachable = True
|
|
warn_redundant_casts = True
|
|
disallow_untyped_defs=True
|