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 be17c39 commit 3dd6289Copy full SHA for 3dd6289
.github/actions/tox/install_packages.py
@@ -24,6 +24,7 @@
24
logger.setLevel(logging.DEBUG)
25
26
27
+# pylint: disable-next=too-many-arguments
28
def run_tox_command(
29
project_dir: PosixPath,
30
env_name: Optional[str],
0 commit comments