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.ci] pre-commit autoupdate #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-case-conflict
- id: check-merge-conflict
Expand All @@ -18,19 +18,19 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.6
rev: v4.0.0-alpha.8
hooks:
- id: prettier
args: ["--prose-wrap=always"]
exclude: ^\.github/(developer_certificate|pull_request_template)\.md$

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.1
rev: v1.5.5
hooks:
- id: remove-tabs

- repo: https://github.com/sirosen/texthooks
rev: 0.5.0
rev: 0.6.7
hooks:
- id: fix-smartquotes
- id: fix-spaces
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ are as follows:
released under [CC-BY-4.0].

- [`developer_certificate.md`](/.github/developer_certificate.md) contains a
copy of the [Developer Certificate of Origin], which states that it may be
copied and distributed, as long as its text isn't altered. This restriction
only applies to the [DCO document] itself. The other parts of the file were
written by me ([@nuztalgia](https://github.com/nuztalgia)) and are licensed
under [CC0](/LICENSE), like the rest of this repo.<br>&ZeroWidthSpace;
copy of the [Developer Certificate of Origin], which states that it may be copied
and distributed, as long as its text isn't altered. This restriction only applies
to the [DCO document] itself. The other parts of the file were written by me
([@nuztalgia](https://github.com/nuztalgia)) and are licensed under
[CC0](/LICENSE), like the rest of this repo.<br>&ZeroWidthSpace;

[community health files]:
https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file
Expand Down