From bd78088e9d868f1a584300bc64926de8c9b1af8c Mon Sep 17 00:00:00 2001 From: Nilashish Chakraborty Date: Thu, 28 Mar 2024 19:10:20 +0530 Subject: [PATCH] remove unnecessary files (#343) Signed-off-by: NilashishC --- .darglint | 7 ------- mypy.ini | 30 ------------------------------ 2 files changed, 37 deletions(-) delete mode 100644 .darglint delete mode 100644 mypy.ini 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