add codespell and config

This commit is contained in:
Ondřej Samohel 2024-03-18 15:06:36 +01:00
parent 84c42d060e
commit 775d53f4d2
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,2 @@
[virtualenvs]
in-project = true

View file

@ -19,6 +19,7 @@ speedcopy = "^2.1"
six = "^1.15"
qtawesome = "0.7.3"
pre-commit = "^3.6.2"
codespell = "^2.2.6"
[tool.poetry.dev-dependencies]
@ -97,7 +98,7 @@ line-ending = "auto"
[tool.codespell]
# Ignore words that are not in the dictionary.
ignore-words-list = "ayon,ynput"
skip = "./.*,./package/*"
skip = "./.*,./package/*,*/vendor/*,*/unreal/integration/*,*/aftereffects/api/extension/js/libs/*"
count = true
quiet-level = 3