Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
11 lines (8 sloc) 177 Bytes
[flake8]
max-line-length = 100
[mypy]
warn_unused_ignores = True
warn_redundant_casts = True
ignore_missing_imports = True
[mypy-pdoc.test.example_pkg.*]
ignore_errors = True
You can’t perform that action at this time.