Skip to content

Commit

Permalink
move word ignore setting to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoXing1996 committed Mar 14, 2023
1 parent a965fe2 commit 1f4675b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ repos:
rev: v2.2.1
hooks:
- id: codespell
args: ["-L", "lod"]
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.9
hooks:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SPLIT_BEFORE_EXPRESSION_AFTER_OPENING_PAREN = true
[codespell]
skip = *.ipynb
quiet-level = 3
ignore-words-list = dota, rouge
ignore-words-list = dota, rouge, lod

[mypy]
allow_redefinition = True

0 comments on commit 1f4675b

Please sign in to comment.