mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
They both need python and a venv, so let's combine them, to avoid having to install the same things twice.
10 lines
No EOL
351 B
TOML
10 lines
No EOL
351 B
TOML
[tool.pyright]
|
|
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' |