Replace pycodestyle with ruff #17733
Labels
status: accepted
This issue has been accepted for implementation
type: housekeeping
Changes to the application which do not directly impact the end user
Proposed Changes
Replace the
pycodestyle
linter withruff
, ignoring the following codes:ruff
currently alerts on the codes listed below. These will need to be resolved prior to its implementation.raise NotImplemented
(3)Justification
ruff
is considerably faster thanpycodestyle
and implements a much larger set of rules. This will help catch common errors, such as those listed above.The text was updated successfully, but these errors were encountered: