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

pre-commit: auto-update hooks #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Copy link

codecov bot commented Dec 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.73%. Comparing base (300b66f) to head (944d8a8).

Additional details and impacted files
@@             Coverage Diff             @@
##              main      #55      +/-   ##
===========================================
- Coverage   100.00%   99.73%   -0.27%     
===========================================
  Files            8        8              
  Lines          384      384              
  Branches       104       91      -13     
===========================================
- Hits           384      383       -1     
- Partials         0        1       +1     

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

@eguiraud
Copy link
Owner

This PR breaks prettier atm.

@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 194d0de to 27aac0e Compare January 15, 2024 19:44
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from a967444 to 02e6a65 Compare February 5, 2024 19:58
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 91cd4f1 to 9c778fd Compare March 18, 2024 21:36
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 9c778fd to aa33c17 Compare March 25, 2024 21:21
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from aa33c17 to 4b7af6a Compare April 1, 2024 21:37
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from c769474 to c0f55aa Compare April 15, 2024 21:47
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from c0f55aa to 8a5aace Compare April 22, 2024 21:16
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from ecd8d48 to 1fd8c3d Compare May 6, 2024 21:30
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 1fd8c3d to 6a62063 Compare May 13, 2024 21:25
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 6a62063 to 099ab11 Compare May 27, 2024 21:25
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 099ab11 to eb2f5c7 Compare June 3, 2024 21:39
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from eb2f5c7 to a45012a Compare June 10, 2024 21:48
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from a45012a to 8a003e8 Compare June 17, 2024 21:48
@matthewfeickert
Copy link
Collaborator

This PR breaks prettier atm.

Ah yeah, I think there's an issue with prettier and the mirror getting removed from pre-commit without warning. Not sure if @kratsg has a clear solution here yet.

@kratsg
Copy link

kratsg commented Jun 18, 2024

Ah yeah, I think there's an issue with prettier and the mirror getting removed from pre-commit without warning. Not sure if @kratsg has a clear solution here yet.

use

  - repo: https://github.com/rbubley/mirrors-prettier
    rev: "v3.3.2"
    hooks:
      - id: prettier
        types_or: [yaml, markdown, html, css, scss, javascript] #, json]
        args: [--prose-wrap=always]

and add PC180 in pyproject if you're using repo-review (scientific-python/cookie#439)

@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 8a003e8 to 9fdc3a3 Compare June 24, 2024 21:41
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 9691b20 to 53fd536 Compare July 8, 2024 21:20
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 53fd536 to df5a4ad Compare July 15, 2024 21:51
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from d9e98a9 to bed7838 Compare July 29, 2024 21:50
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 87f2f47 to d8f2718 Compare August 12, 2024 21:51
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from d8f2718 to da18acf Compare August 19, 2024 21:54
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from d5dc79e to 9c98a1b Compare September 2, 2024 21:50
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from b151456 to d6e0481 Compare October 7, 2024 23:49
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.7.2](astral-sh/ruff-pre-commit@v0.1.7...v0.7.2)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.13.0](pre-commit/mirrors-mypy@v1.7.1...v1.13.0)
- [github.com/psf/black-pre-commit-mirror: 23.11.0 → 24.10.0](psf/black-pre-commit-mirror@23.11.0...24.10.0)
- [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.4...v4.0.0-alpha.8)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/adamchainz/blacken-docs: 1.16.0 → 1.19.1](adamchainz/blacken-docs@1.16.0...1.19.1)
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.

3 participants