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.
2 parents f178bd3 + 0bb55d3 commit 1e5f861Copy full SHA for 1e5f861
src/flake8/checker.py
@@ -337,7 +337,6 @@ def report(
337
338
def run_check(self, plugin: LoadedPlugin, **arguments: Any) -> Any:
339
"""Run the check in a single plugin."""
340
- LOG.debug("Running %r with %r", plugin, arguments)
341
assert self.processor is not None
342
try:
343
params = self.processor.keyword_arguments_for(
0 commit comments