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
Add support for linting tools and dependencies management.
The file needed are:
- pyproject.toml. This is used for managing dependencies and configuration
into a single file. At the moment, it is not written to be able to
install this project as a proper package, but it can be changed in the future.
- .pre-commit-config.yaml. This will run Ruff's linter and
formatter via pre-commit.
At the moment, all *py are excluded from pre-commit formatting.
Signed-off-by: Roxana Nicolescu <rnicolescu@ciq.com>
0 commit comments