-
Notifications
You must be signed in to change notification settings - Fork 1
Fix printing free parameters #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Release 0.1.0
Release 0.1.0
2ee8abe to
f3c8715
Compare
rozyczko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Let's make sure changes to the ruff syntax propagate to the template project.
| '*test_*.py' = ['S101'] | ||
|
|
||
| [tool.ruff.lint] | ||
| ignore-init-module-imports = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems to be deprecated in new ruff versions, so we should also modify the template, where this statement originated from.
Can you make an issue for EasyProjectTemplate project, so we can modify it at some point?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
15cb289 to
9342a02
Compare
No description provided.