You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bemcdonnell I'm cool with using Black. However, my preference is to use Ruff for linting and formatting since I'm more familiar with it and I know that it's super fast (apparently 10-100x faster). Additionally, Ruff's formatter results in nearly identical results as Black (see the Ruff docs) about this.
Regardless, I think the more important thing is to agree on a reasonable set of code style standards. I tend to like using the Black/Ruff defaults with a handful of exceptions, which can be configured in the pyproject.toml.
aerispaha
changed the title
Add pep8 or similar code style enforment to CI build tests
Add pep8 or similar code style enforcement to CI build tests
Jan 13, 2025
aerispaha
changed the title
Add pep8 or similar code style enforcement to CI build tests
Add Ruff/Black code linting style enforcement to CI build tests
Jan 13, 2025
I propose we use Ruff for linting.
The text was updated successfully, but these errors were encountered: