Skip to content

Commit 3fd2297

Browse files
Update pre-commit dependencies (#10822)
1 parent e13e57e commit 3fd2297

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
)$
4242
4343
- repo: https://github.com/crate-ci/typos
44-
rev: v1.19.0
44+
rev: v1.20.4
4545
hooks:
4646
- id: typos
4747

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

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.3.4
58+
rev: v0.3.5
5959
hooks:
6060
- id: ruff-format
6161
- id: ruff

_typos.toml

+2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
extend-exclude = ["**/resources/**/*", "**/snapshots/**/*"]
44

55
[default.extend-words]
6+
"arange" = "arange" # e.g. `numpy.arange`
67
hel = "hel"
78
whos = "whos"
89
spawnve = "spawnve"
910
ned = "ned"
11+
pn = "pn" # `import panel as pd` is a thing
1012
poit = "poit"
1113
BA = "BA" # acronym for "Bad Allowed", used in testing.

0 commit comments

Comments
 (0)