-
Notifications
You must be signed in to change notification settings - Fork 44
[V1 API] Remove useless linting suppressions #762
Copy link
Copy link
Open
Labels
area: CI/CDIssues related to continuous integration and deploymentIssues related to continuous integration and deploymentshort taskIssues that can be completed and reviewed quicklyIssues that can be completed and reviewed quicklytype: choreIssue outside of general developmentIssue outside of general development
Description
Activity
Metadata
Metadata
Assignees
Labels
area: CI/CDIssues related to continuous integration and deploymentIssues related to continuous integration and deploymentshort taskIssues that can be completed and reviewed quicklyIssues that can be completed and reviewed quicklytype: choreIssue outside of general developmentIssue outside of general development
Description
In SmartSim's V1 refactor, several API problems that previously needed to be suppressed have been remedied in the new API. However, several
# pylint disable{-next}: ...comments still remain in the code base. We should consider cleaning these up.Justification
Removing useless suppression makes comments less noisy and makes linting more effective
Implementation Strategy
Enable this setting in
.pylintrcAcceptance Criteria
.pylintrc