diff --git a/src/confcom/azext_confcom/lib/__init__.py b/src/confcom/azext_confcom/lib/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/confcom/azext_confcom/lib/policy.py b/src/confcom/azext_confcom/lib/policy.py index f8257b423eb..354d5d687db 100644 --- a/src/confcom/azext_confcom/lib/policy.py +++ b/src/confcom/azext_confcom/lib/policy.py @@ -3,9 +3,7 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- -from dataclasses import dataclass, field, is_dataclass -import inspect -import sys +from dataclasses import dataclass, field from typing import Literal, Optional @@ -75,6 +73,7 @@ class FragmentReference: path: Optional[str] = None +# pylint: disable=too-many-instance-attributes @dataclass class Container: allow_elevated: bool = False @@ -94,6 +93,7 @@ class Container: working_dir: str = "/" +# pylint: disable=too-many-instance-attributes @dataclass class Policy: package: str = "policy" diff --git a/src/confcom/setup.py b/src/confcom/setup.py index feffafbb021..359b1f80654 100644 --- a/src/confcom/setup.py +++ b/src/confcom/setup.py @@ -19,7 +19,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") -VERSION = "1.4.0" +VERSION = "1.4.1" # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers