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
[feat] Use ruff for formatting and linting new files by default
- Updated pre-commit configuration and pyproject.toml for improved file inclusion.
- Removed exclusions from `pyproject.toml` related to `isort`, `yapf` and `autoflake`.
- Instead, explicitly specified the files to be included in the `isort`, `yapf` and `autoflake` hooks in pre-commit config.
- Updated `ruff` settings to exclude the files that are already linted by `isort`, `yapf` and `autoflake`.
Signed-off-by: Robin Kobus <[email protected]>
0 commit comments