make code-spell and ruff happy about houdini.api.lib

This commit is contained in:
MustafaJafar 2024-04-02 13:04:05 +02:00
parent a96e56e0c6
commit 9e4791577e
2 changed files with 3 additions and 3 deletions

View file

@ -948,7 +948,7 @@ def self_publish():
Firstly, it gets the node and its dependencies.
Then, it deactivates all other ROPs
And finaly, it triggers the publishing action.
And finally, it triggers the publishing action.
"""
result, comment = hou.ui.readInput(
@ -1076,4 +1076,4 @@ def prompt_reset_context():
if options["instances"]:
update_content_on_context_change()
dialog.deleteLater()
dialog.deleteLater()

View file

@ -92,7 +92,7 @@ line-ending = "auto"
[tool.codespell]
# Ignore words that are not in the dictionary.
ignore-words-list = "ayon,ynput"
ignore-words-list = "ayon,ynput,parms,parm,hda"
skip = "./.*,./package/*,*/vendor/*,*/unreal/integration/*,*/aftereffects/api/extension/js/libs/*"
count = true
quiet-level = 3