diff --git a/pyproject.toml b/pyproject.toml index 1db9fa6..5eef5ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -199,6 +199,8 @@ ignore = [ "S311", # Standard pseudo-random generators are not suitable for cryptographic purposes "E501", # Line too long "ERA001", # Found commented-out code + "ANN001", # "Missing type annotation" + "ANN201", # "Missing return type" ] # Exclude a variety of commonly ignored directories.