-
Notifications
You must be signed in to change notification settings - Fork 656
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
Release 1.4.0 #322
Release 1.4.0 #322
Conversation
* Add _pipeline_wrapper.py
args: [--in-place, --wrap-summaries, "99", --wrap-descriptions, "92"] | ||
args: [--in-place, --wrap-summaries=99, --wrap-descriptions=99] | ||
|
||
# python check (PEP8), programming errors and code complexity |
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.
Consider moving the configurations here to pyproject.toml
(I saw you created one)
See also in Lightning-AI
https://github.com/Lightning-AI/lightning/blob/master/pyproject.toml
https://github.com/Lightning-AI/lightning/blob/master/.pre-commit-config.yaml
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.
The problem is some linters don't support pyproject.toml
meaning we still need to configure them through .pre-commit-config.yaml
For example, flake8
devs won't implement it.
For simplicity I decided to configure all pre-commits in .pre-commit-config.yaml
only, but I'm open to PRs if you think it's really worth it
Took longer than expected due to lack of time on my part, but the PR seems to be finished. I will merge it after experimenting a bit more with DPP. |
No description provided.