diff --git a/.darglint b/.darglint deleted file mode 100644 index 8e68aa3..0000000 --- a/.darglint +++ /dev/null @@ -1,7 +0,0 @@ -[darglint] -# NOTE: All `darglint` styles except for `sphinx` hit ridiculously low -# NOTE: performance on some of the in-project Python modules. -# Refs: -# * https://github.com/terrencepreilly/darglint/issues/186 -docstring_style = sphinx -strictness = full diff --git a/mypy.ini b/mypy.ini deleted file mode 100644 index cd56a58..0000000 --- a/mypy.ini +++ /dev/null @@ -1,30 +0,0 @@ -[mypy] -files = - plugins/, - tests/ -install_types = true -namespace_packages = true -no_implicit_optional = true -non_interactive = true -pretty = true -show_column_numbers = true -show_error_codes = true -show_error_context = true -strict = true -strict_optional = true - -[mypy-ansible.*] -# No type hints as of version 2.12 -ignore_missing_imports = true - -[mypy-ansible_collections.ansible.utils.*] -# No type hints as of version 2.6.1 -ignore_missing_imports = true - -[mypy-pytest_ansible_network_integration] -# No type hints as of 6/8/2022 -ignore_missing_imports = true - -[mypy-ansible_collections.*] -# Collections are not python package -ignore_missing_imports = true