Switch to using ruff for Python linting and code formatting #335
Labels
internal
The issue doesn't change the API or functionality
maintenance
Tasks related to infrastructure & dependencies
Milestone
Problem Description
isort
,flake8
, andpydocstyle
for managing out python linting and code formatting.ruff
. It is a much faster linter/formatter and can replace theisort
/flake8
/pydocstyle
libraries (among others)Expected behavior
ruff
as the standard linter/formatterThe text was updated successfully, but these errors were encountered: