Skip to content

Commit

Permalink
Merge branch 'fixmypy' into create-pull-request/patch
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Mar 30, 2022
2 parents 777cc78 + 08d23fe commit d8660d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .automation/test/python_mypy/python_good_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .automation/test/python_mypy/python_good_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions mega-linter-runner/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d8660d5

Please sign in to comment.