Upgrade pre-commit dependencies (#8518)

This commit is contained in:
Zanie Blue 2023-11-06 10:08:22 -06:00 committed by GitHub
parent 311a7751f9
commit 5b3e922050
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 8 deletions

View file

@ -13,12 +13,12 @@ exclude: |
repos: repos:
- repo: https://github.com/abravalheri/validate-pyproject - repo: https://github.com/abravalheri/validate-pyproject
rev: v0.12.1 rev: v0.15
hooks: hooks:
- id: validate-pyproject - id: validate-pyproject
- repo: https://github.com/executablebooks/mdformat - repo: https://github.com/executablebooks/mdformat
rev: 0.7.16 rev: 0.7.17
hooks: hooks:
- id: mdformat - id: mdformat
additional_dependencies: additional_dependencies:
@ -31,7 +31,7 @@ repos:
)$ )$
- repo: https://github.com/igorshubovych/markdownlint-cli - repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.33.0 rev: v0.37.0
hooks: hooks:
- id: markdownlint-fix - id: markdownlint-fix
exclude: | exclude: |
@ -41,7 +41,7 @@ repos:
)$ )$
- repo: https://github.com/crate-ci/typos - repo: https://github.com/crate-ci/typos
rev: v1.14.12 rev: v1.16.22
hooks: hooks:
- id: typos - id: typos
@ -55,7 +55,7 @@ repos:
pass_filenames: false # This makes it a lot faster pass_filenames: false # This makes it a lot faster
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.3 rev: v0.1.4
hooks: hooks:
- id: ruff-format - id: ruff-format
- id: ruff - id: ruff
@ -70,7 +70,7 @@ repos:
# Prettier # Prettier
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0 rev: v3.0.3
hooks: hooks:
- id: prettier - id: prettier
types: [yaml] types: [yaml]

View file

@ -72,7 +72,7 @@ representative at an online or offline event.
Instances of abusive, harassing, or otherwise unacceptable behavior may be Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at reported to the community leaders responsible for enforcement at
charlie.r.marsh@gmail.com. <charlie.r.marsh@gmail.com>.
All complaints will be reviewed and investigated promptly and fairly. All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the All community leaders are obligated to respect the privacy and security of the

View file

@ -1,5 +1,6 @@
[files] [files]
extend-exclude = ["resources", "snapshots"] # https://github.com/crate-ci/typos/issues/868
extend-exclude = ["**/resources/**/*", "**/snapshots/**/*"]
[default.extend-words] [default.extend-words]
hel = "hel" hel = "hel"