File tree Expand file tree Collapse file tree 7 files changed +28
-0
lines changed
cookiecutter/{{cookiecutter.github_repo_name}}
tests_golden/integration/test_cookiecutter_generation
actor/frequenz-actor-test
model/frequenz-model-test Expand file tree Collapse file tree 7 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,10 @@ disable = [
155155 # pylint's unsubscriptable check is buggy and is not needed because
156156 # it is a type-check, for which we already have mypy.
157157 " unsubscriptable-object" ,
158+ # Checked by flake8
159+ " line-too-long" ,
160+ " unused-variable" ,
161+ " unnecessary-lambda-assignment" ,
158162]
159163
160164[tool .pytest .ini_options ]
Original file line number Diff line number Diff line change @@ -147,6 +147,10 @@ disable = [
147147 # pylint's unsubscriptable check is buggy and is not needed because
148148 # it is a type-check, for which we already have mypy.
149149 " unsubscriptable-object" ,
150+ # Checked by flake8
151+ " line-too-long" ,
152+ " unused-variable" ,
153+ " unnecessary-lambda-assignment" ,
150154]
151155
152156[[tool .mypy .overrides ]]
Original file line number Diff line number Diff line change @@ -132,6 +132,10 @@ disable = [
132132 # pylint's unsubscriptable check is buggy and is not needed because
133133 # it is a type-check, for which we already have mypy.
134134 " unsubscriptable-object" ,
135+ # Checked by flake8
136+ " line-too-long" ,
137+ " unused-variable" ,
138+ " unnecessary-lambda-assignment" ,
135139]
136140
137141[tool .pytest .ini_options ]
Original file line number Diff line number Diff line change @@ -126,6 +126,10 @@ disable = [
126126 # pylint's unsubscriptable check is buggy and is not needed because
127127 # it is a type-check, for which we already have mypy.
128128 " unsubscriptable-object" ,
129+ # Checked by flake8
130+ " line-too-long" ,
131+ " unused-variable" ,
132+ " unnecessary-lambda-assignment" ,
129133]
130134
131135[tool .pytest .ini_options ]
Original file line number Diff line number Diff line change @@ -131,6 +131,10 @@ disable = [
131131 # pylint's unsubscriptable check is buggy and is not needed because
132132 # it is a type-check, for which we already have mypy.
133133 " unsubscriptable-object" ,
134+ # Checked by flake8
135+ " line-too-long" ,
136+ " unused-variable" ,
137+ " unnecessary-lambda-assignment" ,
134138]
135139
136140[tool .pytest .ini_options ]
Original file line number Diff line number Diff line change @@ -128,6 +128,10 @@ disable = [
128128 # pylint's unsubscriptable check is buggy and is not needed because
129129 # it is a type-check, for which we already have mypy.
130130 " unsubscriptable-object" ,
131+ # Checked by flake8
132+ " line-too-long" ,
133+ " unused-variable" ,
134+ " unnecessary-lambda-assignment" ,
131135]
132136
133137[tool .pytest .ini_options ]
Original file line number Diff line number Diff line change @@ -132,6 +132,10 @@ disable = [
132132 # pylint's unsubscriptable check is buggy and is not needed because
133133 # it is a type-check, for which we already have mypy.
134134 " unsubscriptable-object" ,
135+ # Checked by flake8
136+ " line-too-long" ,
137+ " unused-variable" ,
138+ " unnecessary-lambda-assignment" ,
135139]
136140
137141[tool .pytest .ini_options ]
You can’t perform that action at this time.
0 commit comments