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

Enable pre-commit.ci and enable config file sorting #697

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

CoolCat467
Copy link
Contributor

@CoolCat467 CoolCat467 commented Dec 12, 2023

Closes #694
This pull request enables pre-commit.ci and enables a few of the other https://github.com/pre-commit/pre-commit-hooks fixes, these being end-of-file-fixer, mixed-line-ending, and sort-simple-yaml.

sort-simple-yaml in particular is only sorting the pre-commit config file so that future changes will be in an ordered fashion.

Edit:
One important detail, someone who is an owner of the repository/github organization has to give pre-commit.ci access to the repository so whatever bot they have can make the pull requests. You can find it on their official site at https://pre-commit.ci/

@CoolCat467 CoolCat467 changed the title Enable pre-commit.ci and enable config file sorting. Closes #694 Enable pre-commit.ci and enable config file sorting Dec 13, 2023
Copy link
Member

@PerchunPak PerchunPak left a comment

Choose a reason for hiding this comment

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

I am a bit overwhelmed by dependabot already, but why not

@PerchunPak
Copy link
Member

@ItsDrike looks like it also requires yours review, as you're code owner of the CI (including pre-commit config)

@kevinkjt2000
Copy link
Contributor

I am a bit overwhelmed by dependabot already, but why not

This frequency can be reduced. Those PRs are a low priority as most do not affect the code that mcstatus is leveraging. If there's a bot that could automatically approve and merge dependabot updates that pass CI tests, that would be amazing.

@ItsDrike ItsDrike merged commit 8f72b58 into py-mine:master Dec 15, 2023
8 checks passed
@CoolCat467 CoolCat467 deleted the enable-pre-commit-ci branch December 16, 2023 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable pre-commit CI auto-updating.
4 participants