[Bug]: niceml init
does not use ruff rules
#66
Labels
🪲 bug
Related to bugs or unexpected behavior
📋 needs review
Requires code or design review
♻️ refactoring
Related to refactoring or restructuring code
📝 Description
When you run
niceml init
and select to use the pre-commit hooks, the pre-commit hooks are installed, but no rules are enabled in the configuration inpyproject.toml
.🎯 Expected Behavior
At least a small selected set of ruff rules is activated via
niceml init
.🐞 Current Behavior
There are no ruff rules defined in
pyproject.toml
.🔁 Steps to Reproduce
Run
niceml init
⚙️ Technical Details
No response
💡 Suggestions or Possible Solutions
Add a set of ruff rules into the project template
Code of Conduct
The text was updated successfully, but these errors were encountered: