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

Merged
merged 6 commits into from
Feb 19, 2025
Merged

pre-commit: auto-update hooks #55

merged 6 commits into from
Feb 19, 2025

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 (6fc9a7c).
Report is 1 commits behind head on main.

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 from ba85ea2 to fa12b2d Compare December 25, 2023 20:10
@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 from 27aac0e to 2fc54bf Compare January 22, 2024 19:51
@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 from 02e6a65 to ee405e3 Compare February 12, 2024 23:32
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from ee405e3 to 8757420 Compare February 19, 2024 23:51
@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 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 9c98a1b to 508e255 Compare September 9, 2024 21:59
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 508e255 to a7a7ace Compare September 16, 2024 21:59
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from a7a7ace to 51e9475 Compare September 23, 2024 22:04
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 51e9475 to b151456 Compare September 30, 2024 22:19
@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
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from d6e0481 to 892e3f5 Compare October 21, 2024 22:20
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from dfb501d to 944d8a8 Compare November 4, 2024 22:37
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 944d8a8 to cd2a25d Compare November 11, 2024 22:21
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 595f4ae to 5b15d87 Compare November 25, 2024 22:20
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from fe7295d to 18761c5 Compare December 9, 2024 22:25
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 18761c5 to d221d05 Compare December 16, 2024 22:18
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from d221d05 to bcc6dfb Compare December 23, 2024 22:34
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 1ca0dfd to 8c3592c Compare January 13, 2025 22:23
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 8c3592c to 4fd887b Compare January 20, 2025 22:20
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 4fd887b to e898cef Compare January 27, 2025 22:27
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from e898cef to d53cbf5 Compare February 3, 2025 23:15
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.9.6](astral-sh/ruff-pre-commit@v0.1.7...v0.9.6)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.15.0](pre-commit/mirrors-mypy@v1.7.1...v1.15.0)
- [github.com/psf/black-pre-commit-mirror: 23.11.0 → 25.1.0](psf/black-pre-commit-mirror@23.11.0...25.1.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.4.1](codespell-project/codespell@v2.2.6...v2.4.1)
- [github.com/adamchainz/blacken-docs: 1.16.0 → 1.19.1](adamchainz/blacken-docs@1.16.0...1.19.1)
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from d53cbf5 to fb0e2f4 Compare February 10, 2025 22:33
@nsmith- nsmith- merged commit 001386f into main Feb 19, 2025
8 of 9 checks passed
@nsmith- nsmith- deleted the pre-commit-ci-update-config branch February 19, 2025 19:09
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.

4 participants