We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8ce76 commit 8295467Copy full SHA for 8295467
PyFunceble/cli/system/integrator.py
@@ -154,7 +154,7 @@ def inject_into_config(self) -> "SystemIntegrator":
154
return self
155
156
@SystemBase.ensure_args_is_given
157
- def check_config(self) -> "SystemIntegrator":
+ def check_config(self) -> "SystemIntegrator": # pylint: disable=no-self-use
158
"""
159
Checks or do some sanity check of the configuration.
160
0 commit comments