DEBSOURCES
Skip Quicknav
sources / python-marshmallow-dataclass / 8.7.1-1 / setup.cfg
12345678
[flake8] ignore = E203, E266, E501, W503 max-line-length = 100 max-complexity = 18 select = B,C,E,F,W,T4,B9 [mypy] ignore_missing_imports = true