diff --git a/.automation/test/python_mypy/python_good_1.py b/.automation/test/python_mypy/python_good_1.py index fd2e6a868e6..c8ca244c8fd 100644 --- a/.automation/test/python_mypy/python_good_1.py +++ b/.automation/test/python_mypy/python_good_1.py @@ -196,4 +196,4 @@ def copy_labels(source_repo, target_repo, dry): if __name__ == "__main__": # Pylint doesn't know that @click.command takes care of injecting the # function parameters. Disabling Pylint error. - copy_labels() # pylint: disable=no-value-for-parameter + copy_labels() # type:ignore # pylint: disable=no-value-for-parameter diff --git a/.automation/test/python_mypy/python_good_2.py b/.automation/test/python_mypy/python_good_2.py index fd2e6a868e6..c8ca244c8fd 100644 --- a/.automation/test/python_mypy/python_good_2.py +++ b/.automation/test/python_mypy/python_good_2.py @@ -196,4 +196,4 @@ def copy_labels(source_repo, target_repo, dry): if __name__ == "__main__": # Pylint doesn't know that @click.command takes care of injecting the # function parameters. Disabling Pylint error. - copy_labels() # pylint: disable=no-value-for-parameter + copy_labels() # type:ignore # pylint: disable=no-value-for-parameter diff --git a/mega-linter-runner/package-lock.json b/mega-linter-runner/package-lock.json index b3c43352cfa..8b7d6cbe1e5 100644 --- a/mega-linter-runner/package-lock.json +++ b/mega-linter-runner/package-lock.json @@ -2482,9 +2482,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" }, "minipass": { "version": "3.1.5",