Skip to content

fix: pylint false alarm on libdevice functions#166

Merged
chichun-charlie-liu merged 3 commits intofoundation-model-stack:mainfrom
chichun-charlie-liu:main
Jul 24, 2025
Merged

fix: pylint false alarm on libdevice functions#166
chichun-charlie-liu merged 3 commits intofoundation-model-stack:mainfrom
chichun-charlie-liu:main

Conversation

@chichun-charlie-liu
Copy link
Copy Markdown
Collaborator

Description of the change

since ~ a week ago, pylint began to throw a "assignment-from-no-return" warning on libdevice functions in triton kernel. disable this false alarm.

Was the PR tested

  • I have added >=1 unit test(s) for every new method I have added (if that coverage is difficult, please briefly explain the reason)
  • I have ensured all unit tests pass

Checklist for passing CI/CD:

  • All commits are signed showing "Signed-off-by: Name <email@domain.com>" with git commit -signoff or equivalent
  • PR title and commit messages adhere to Conventional Commits
  • Contribution is formatted with tox -e fix
  • Contribution passes linting with tox -e lint
  • Contribution passes spellcheck with tox -e spellcheck
  • Contribution passes all unit tests with tox -e unit

Note: CI/CD performs unit tests on multiple versions of Python from a fresh install. There may be differences with your local environment and the test environment.

@github-actions github-actions Bot added the fix label Jul 24, 2025
Signed-off-by: cliu-us <cliu@us.ibm.com>
@chichun-charlie-liu chichun-charlie-liu merged commit 9ee258b into foundation-model-stack:main Jul 24, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants