Skip to content

Commit cd7ed1b

Browse files
Adjust commit-hook for spell.
1 parent 8f28601 commit cd7ed1b

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
exclude: .*\.ipynb$
32
repos:
43
- repo: meta
54
hooks:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ $ conda activate project_mbb
9898
$ pip install kaleido==0.1.0.post1
9999
```
100100

101-
If Pytest has problems, it may be because you run Pytest before Pytask. Some tests
102-
build on the data structure and the plots. In this case, to test like this was the
103-
best way to be sure that everything is working correctly.
101+
If Pytest has problems, it may be because you run Pytest before Pytask. Some tests build
102+
on the data structure and the plots. In this case, to test like this was the best way to
103+
be sure that everything is working correctly.
104104

105105
# Cleaning Part Description (Extra, not mandatory to read)
106106

inst/WORDLIST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"base-usuario-20-enusc-2023.sav"
22
https://www.dropbox.com/scl/fo/0oe4pz0epdx9az31s43rt/ACFL6YD4UZk6tIym7caipMU?rlkey=ds6wtw5ehatssgrkuqq29coeu&st=yw25julf&dl=0
33
fo
4+
"fo"
45
aa
56
aA
67
AAt

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ none_representation = "null"
127127

128128

129129
[tool.codespell]
130-
skip = "*.ipynb,inst/WORDLIST"
130+
skip = "*.ipynb, README.md, inst/WORDLIST"

src/project_mbb/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@
1414
FINAL = PROJECT.joinpath("final").resolve()
1515

1616
DOCUMENTS = ROOT.joinpath("documents").resolve()
17-

0 commit comments

Comments
 (0)