Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add ruff tool configuration to pyproject.toml
This commit introduces a new feature to the codebase by adding the configuration for the ruff tool in the pyproject.toml file. The configuration includes enabling pycodestyle and Pyflakes codes, allowing fixes for all enabled rules, excluding commonly ignored directories, setting the line length to 88, allowing unused variables when underscore-prefixed, and assuming Python 3.8. It also sets the default complexity level to 10 for the mccabe tool under ruff.
- Loading branch information