diff --git a/pyproject.toml b/pyproject.toml index 5380d2be8f..ed489a6dd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -994,7 +994,6 @@ include = ["python_testcontainers/**"] # The ignored rules below should be removed once the code has been updated, they are included # # like this so that we can reactivate them one by one. # ################################################################################################## -invalid-argument-type = "ignore" possibly-missing-attribute = "ignore" too-many-positional-arguments = "ignore" unresolved-attribute = "ignore" diff --git a/python_testcontainers/infrahub_testcontainers/performance_test.py b/python_testcontainers/infrahub_testcontainers/performance_test.py index 5ce6b3177c..e11dc844a4 100644 --- a/python_testcontainers/infrahub_testcontainers/performance_test.py +++ b/python_testcontainers/infrahub_testcontainers/performance_test.py @@ -86,7 +86,7 @@ def add_measurement( self, definition: MeasurementDefinition, value: float | str, - **kwargs: str | float, + **kwargs: dict[str, float], ) -> None: self.measurements.append( InfrahubMeasurementItem(