Skip to content

Commit 6d6df63

Browse files
committed
move codespell config files around
1 parent 49deb92 commit 6d6df63

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[codespell]
22
skip = .git,OFsolvers,build,__pycache__,data_conditional_mean,Figures,assets
3-
ignore-words = .codespell-ignore-words
3+
ignore-words = .github/linters/.codespell-ignore-words

.github/linters/formatting.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ format () {
1212
black --line-length 79 --target-version 'py310' --include '\.pyi?$' $1
1313
isort --profile 'black' --multi-line 3 --trailing-comma --force-grid-wrap 0 --line-length 79 --use-parentheses $1
1414
fi;
15-
codespell $1
15+
codespell $1 --config .github/linters/.codespellrc
1616
}
1717

1818

0 commit comments

Comments
 (0)