Codebase list netmiko / 43101212-d56e-4474-a87c-2df9583ae24b/main setup.cfg
43101212-d56e-4474-a87c-2df9583ae24b/main

Tree @43101212-d56e-4474-a87c-2df9583ae24b/main (Download .tar.gz)

setup.cfg @43101212-d56e-4474-a87c-2df9583ae24b/mainraw · history · blame

[bdist_wheel]
universal = 0

[metadata]
license_file = LICENSE

[pylama]
linters = mccabe,pep8,pyflakes
ignore = D203,C901
skip = build/*,.tox/*,netmiko/,examples/use_cases/*,.venv/*

[pylama:pep8]
max_line_length = 100

[tool:pytest]
addopts = -rs

[mypy]
python_version = 3.6
check_untyped_defs = True
disallow_any_generics = True
disallow_untyped_calls = True
disallow_untyped_defs = True
disallow_incomplete_defs = True
disallow_untyped_decorators = True
ignore_errors = False
ignore_missing_imports = True
strict_optional = True
warn_unused_configs = True
warn_unused_ignores = True
warn_return_any = True
warn_redundant_casts = True

[mypy-netmiko.base_connection]
warn_unused_ignores = False

[mypy-netmiko.cli_tools.netmiko_grep]
ignore_errors = True

[mypy-netmiko.cli_tools.netmiko_cfg]
ignore_errors = True

[mypy-netmiko.cli_tools.netmiko_show]
ignore_errors = True

[egg_info]
tag_build = 
tag_date = 0