mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-21 06:46:34 -04:00
codespell: use pyproject.toml to define options and exceptions
This commit is contained in:
parent
ee682abac8
commit
b3cb180e44
3 changed files with 6 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ steps:
|
|||
- python3 -m venv codespell-venv
|
||||
- source codespell-venv/bin/activate
|
||||
- pip install codespell
|
||||
- codespell -Lser,doas,zar,rin README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
||||
- codespell
|
||||
- deactivate
|
||||
|
||||
- name: mypy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue