mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
➕ add codespell and config
This commit is contained in:
parent
84c42d060e
commit
775d53f4d2
2 changed files with 4 additions and 1 deletions
|
|
@ -0,0 +1,2 @@
|
|||
[virtualenvs]
|
||||
in-project = true
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue