dj-embe/pyproject.toml

11 lines
199 B
TOML
Raw Normal View History

2023-05-19 20:41:29 +00:00
[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"