Skip to content

Commit 1de784f

Browse files
authored
Merge pull request #23 from JuliaGeometry/fix-codespell
Fix codespell
2 parents c997c58 + 92d66b3 commit 1de784f

4 files changed

+6
-12
lines changed

.JuliaFormatter.toml

-7
This file was deleted.

.codespellrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[codespell]
2-
ignore-words-list = Missings
2+
ignore-words-list = missings

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Manifest.toml
77
deps/build.log
88
deps/deps.jl
99
deps/usr
10+
*.html

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
rev: v1.0.0
2020
hooks:
2121
- id: runic
22-
# - repo: https://github.com/codespell-project/codespell
23-
# rev: v2.2.4
24-
# hooks:
25-
# - id: codespell
22+
- repo: https://github.com/codespell-project/codespell
23+
rev: v2.2.4
24+
hooks:
25+
- id: codespell

0 commit comments

Comments
 (0)