Update pre-commit dependencies (#11296)

This commit is contained in:
renovate[bot] 2024-05-06 01:20:31 +00:00 committed by GitHub
parent 2e353d97ae
commit b7fe2b57de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -31,7 +31,7 @@ repos:
)$ )$
- repo: https://github.com/igorshubovych/markdownlint-cli - repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0 rev: v0.40.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.20.10 rev: v1.21.0
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.4.2 rev: v0.4.3
hooks: hooks:
- id: ruff-format - id: ruff-format
- id: ruff - id: ruff

View File

@ -11,6 +11,7 @@ ned = "ned"
pn = "pn" # `import panel as pd` is a thing pn = "pn" # `import panel as pd` is a thing
poit = "poit" poit = "poit"
BA = "BA" # acronym for "Bad Allowed", used in testing. BA = "BA" # acronym for "Bad Allowed", used in testing.
jod = "jod" # e.g., `jod-thread`
[default] [default]
extend-ignore-re = [ extend-ignore-re = [