Files
PyGithub/pyproject.toml
T

15 lines
282 B
TOML

[tool.mypy]
python_version = '3.7'
ignore_missing_imports = true
namespace_packages = true
[[tool.mypy.overrides]]
module = ["github.*"]
check_untyped_defs = true
disallow_untyped_defs = true
[tool.black]
# https://github.com/psf/black
line-length = 120
target-version = ['py37']