dj-embe/pyproject.toml

11 lines
199 B
TOML

[tool.flake8]
exclude = [".git", "__pycache__"]
ignore = ["E501", "E731", "W503"]
per-file-ignores = ["__init__.py:F401"]
[tool.isort]
profile = "black"
[tool.mypy]
ignore_missing_imports = "true"