mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-01 01:40:13 -05: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
|
|
@ -4,3 +4,7 @@ strict = ['scripts']
|
|||
[tool.mypy]
|
||||
files = '$MYPY_CONFIG_FILE_DIR/scripts'
|
||||
strict = true
|
||||
|
||||
[tool.codespell]
|
||||
skip = 'pyproject.toml,./subprojects,./pkg,./src,./bld,foot.info,./unicode,.*-venv'
|
||||
ignore-regex = 'terminfo capability `rin`|\* Simon Ser|\* \[zar\]\(https://codeberg.org/zar\)|iterm theme|iterm.toml|iterm/OneHalfDark.itermcolors'
|
||||
Loading…
Add table
Add a link
Reference in a new issue