File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
python_testcontainers/infrahub_testcontainers Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -994,7 +994,6 @@ include = ["python_testcontainers/**"]
994994# The ignored rules below should be removed once the code has been updated, they are included #
995995# like this so that we can reactivate them one by one. #
996996# #################################################################################################
997- invalid-argument-type = " ignore"
998997possibly-missing-attribute = " ignore"
999998too-many-positional-arguments = " ignore"
1000999unresolved-attribute = " ignore"
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def add_measurement(
8686 self ,
8787 definition : MeasurementDefinition ,
8888 value : float | str ,
89- ** kwargs : str | float ,
89+ ** kwargs : dict [ str , float ] ,
9090 ) -> None :
9191 self .measurements .append (
9292 InfrahubMeasurementItem (
You can’t perform that action at this time.
0 commit comments