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

chore: [pre-commit.ci] pre-commit autoupdate #2527

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

pre-commit-ci[bot]
Copy link
Contributor

@pre-commit-ci pre-commit-ci bot commented Jul 1, 2024

updates:

* Update pre-commit hooks:
   - github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.0
   - github.com/adamchainz/blacken-docs: 1.16.0 → 1.18.0
   - github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1
   - github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.28.6

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.7...v0.5.0)
- [github.com/adamchainz/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0)
- [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1)
- [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.28.6](python-jsonschema/check-jsonschema@0.28.4...0.28.6)
Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.21%. Comparing base (7259d60) to head (a659cca).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2527   +/-   ##
=======================================
  Coverage   98.21%   98.21%           
=======================================
  Files          69       69           
  Lines        4543     4543           
  Branches      804      804           
=======================================
  Hits         4462     4462           
  Misses         48       48           
  Partials       33       33           
Flag Coverage Δ
contrib 97.79% <ø> (ø)
doctest 98.08% <ø> (ø)
unittests-3.10 96.23% <ø> (ø)
unittests-3.11 96.23% <ø> (ø)
unittests-3.12 96.23% <ø> (ø)
unittests-3.8 96.25% <ø> (ø)
unittests-3.9 96.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@matthewfeickert matthewfeickert self-assigned this Jul 1, 2024
@matthewfeickert matthewfeickert added the chore Other changes that don't modify src or test files label Jul 1, 2024
@matthewfeickert matthewfeickert merged commit 89a6c13 into main Jul 1, 2024
22 checks passed
@matthewfeickert matthewfeickert deleted the pre-commit-ci-update-config branch July 1, 2024 23:14
@matthewfeickert
Copy link
Member

@meeseeksdev backport to release/v0.7.x

Copy link

lumberbot-app bot commented Jul 1, 2024

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout release/v0.7.x
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 89a6c132c7edcf934eac52203b08945eadc4ad13
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #2527: chore: [pre-commit.ci] pre-commit autoupdate'
  1. Push to a named branch:
git push YOURFORK release/v0.7.x:auto-backport-of-pr-2527-on-release/v0.7.x
  1. Create a PR against branch release/v0.7.x, I would have named this PR:

"Backport PR #2527 on branch release/v0.7.x (chore: [pre-commit.ci] pre-commit autoupdate)"

And apply the correct labels and milestones.

Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!

Remember to remove the Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

matthewfeickert added a commit that referenced this pull request Jul 3, 2024
* Backport PR #2527
* Update pre-commit hooks:
   - github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.0
   - github.com/adamchainz/blacken-docs: 1.16.0 → 1.18.0
   - github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1
   - github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.28.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Other changes that don't modify src or test files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant