Skip to content

Commit

Permalink
Update pre-commit dependencies (#10822)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 8, 2024
1 parent e13e57e commit 3fd2297
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -41,7 +41,7 @@ repos:
)$
- repo: https://github.com/crate-ci/typos
rev: v1.19.0
rev: v1.20.4
hooks:
- id: typos

Expand All @@ -55,7 +55,7 @@ repos:
pass_filenames: false # This makes it a lot faster

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.3.5
hooks:
- id: ruff-format
- id: ruff
Expand Down
2 changes: 2 additions & 0 deletions _typos.toml
Expand Up @@ -3,9 +3,11 @@
extend-exclude = ["**/resources/**/*", "**/snapshots/**/*"]

[default.extend-words]
"arange" = "arange" # e.g. `numpy.arange`
hel = "hel"
whos = "whos"
spawnve = "spawnve"
ned = "ned"
pn = "pn" # `import panel as pd` is a thing
poit = "poit"
BA = "BA" # acronym for "Bad Allowed", used in testing.

0 comments on commit 3fd2297

Please sign in to comment.