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

Disable pre-commit.ci's PR autofixes #1506

Merged
merged 1 commit into from
Aug 23, 2023

Conversation

jakirkham
Copy link
Member

@jakirkham jakirkham commented Aug 22, 2023

As observed in the past, pre-commit.ci automatically pushes changes to PRs (even when not requested). This has caused issues in some cases ( #1459 ). This disables automatic pushes by pre-commit in PRs (based on the autofix_prs config parameter). It is still possible to ask pre-commit to push a changed, but at least in that case it is an option (and not done without a user request)

TODO:

  • Add unit tests and/or doctests in docstrings
  • Add docstrings and API docs for any new/modified user-facing classes and functions
  • New/modified features documented in docs/tutorial.rst
  • Changes documented in docs/release.rst
  • GitHub Actions have all passed
  • Test coverage is 100% (Codecov passes)

@jakirkham
Copy link
Member Author

cc @d-v-b (for awareness)

@github-actions github-actions bot added the needs release notes Automatically applied to PRs which haven't added release notes label Aug 22, 2023
@jakirkham
Copy link
Member Author

pre-commit.ci autofix

Copy link
Member

@joshmoore joshmoore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MSTM

@jakirkham
Copy link
Member Author

jakirkham commented Aug 23, 2023

Adding a release note for this seems silly. This is not a user facing change (just a maintainer one). So going to go ahead and merge (since it seems like we are happy with this change). Thanks all! 🙏

@jakirkham jakirkham merged commit d25110e into zarr-developers:main Aug 23, 2023
21 checks passed
@jakirkham jakirkham deleted the tweak_precommit branch August 23, 2023 19:19
@d-v-b
Copy link
Contributor

d-v-b commented Aug 23, 2023

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs release notes Automatically applied to PRs which haven't added release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants