We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13e57e commit 3fd2297Copy full SHA for 3fd2297
.pre-commit-config.yaml
@@ -41,7 +41,7 @@ repos:
41
)$
42
43
- repo: https://github.com/crate-ci/typos
44
- rev: v1.19.0
+ rev: v1.20.4
45
hooks:
46
- id: typos
47
@@ -55,7 +55,7 @@ repos:
55
pass_filenames: false # This makes it a lot faster
56
57
- repo: https://github.com/astral-sh/ruff-pre-commit
58
- rev: v0.3.4
+ rev: v0.3.5
59
60
- id: ruff-format
61
- id: ruff
_typos.toml
@@ -3,9 +3,11 @@
3
extend-exclude = ["**/resources/**/*", "**/snapshots/**/*"]
4
5
[default.extend-words]
6
+"arange" = "arange" # e.g. `numpy.arange`
7
hel = "hel"
8
whos = "whos"
9
spawnve = "spawnve"
10
ned = "ned"
11
+pn = "pn" # `import panel as pd` is a thing
12
poit = "poit"
13
BA = "BA" # acronym for "Bad Allowed", used in testing.
0 commit comments