Skip to content

Commit 0f0d90c

Browse files
committed
chore: CI- Doc-style action- migrate to Vale 3.x
1 parent 50476c0 commit 0f0d90c

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
args: [src, tests, doc]
2424

2525
- repo: https://github.com/codespell-project/codespell
26-
rev: v2.2.4
26+
rev: v2.2.6
2727
hooks:
2828
- id: codespell
2929
args: ["--toml", "pyproject.toml"]
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
ANSYS
2-
Ansys
3-
ansys
4-
PySherlock
5-
Sherlock
6-
APIs
7-
GitHub
8-
leaded
9-
ODB\+\+
1+
ANSYS
2+
Ansys
3+
ansys
4+
PySherlock
5+
Sherlock
6+
APIs
7+
GitHub
8+
leaded
9+
ODB\+\+
1010
Pythonic
File renamed without changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ testpaths = [
7878
]
7979

8080
[tool.codespell]
81-
ignore-words = "doc/styles/Vocab/ANSYS/accept.txt"
81+
ignore-words = "doc/styles/config/vocabularies/ANSYS/accept.txt"
8282
quiet-level = 3

0 commit comments

Comments
 (0)