Skip to content
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

Merged
merged 83 commits into from Jul 15, 2022
Merged

Release 1.4.0 #322

merged 83 commits into from Jul 15, 2022

Conversation

ashleve
Copy link
Owner

@ashleve ashleve commented May 30, 2022

No description provided.

@ashleve ashleve mentioned this pull request May 30, 2022
34 tasks
@ashleve ashleve linked an issue May 31, 2022 that may be closed by this pull request
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
Copy link
Contributor

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

Copy link
Owner Author

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

@ashleve
Copy link
Owner Author

ashleve commented Jul 13, 2022

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.

@ashleve ashleve merged commit de37b70 into main Jul 15, 2022
@ashleve ashleve added the important High importance issue label Jul 15, 2022
@ashleve ashleve self-assigned this Jul 15, 2022
@ashleve ashleve deleted the release/1.4 branch July 15, 2022 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment