Spaces:
Sleeping
Sleeping
File size: 182 Bytes
f96f74e |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[flake8]
max_complexity=10
per-file-ignores=__init__.py:F401,F403
ignore = E203,W503
max-line-length=119
[isort]
profile=black
line_length=119
[mypy]
ignore_missing_imports = True
|