mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
15 lines
282 B
TOML
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']
|