[V1 API] Remove useless linting suppressions #762
Labels
area: CI/CD
Issues related to continuous integration and deployment
short task
Issues that can be completed and reviewed quickly
type: chore
Issue 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
.pylintrc
Acceptance Criteria
.pylintrc
The text was updated successfully, but these errors were encountered: