We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c6155 commit 3712afdCopy full SHA for 3712afd
rules/task_values.py
@@ -31,7 +31,8 @@
31
from ansiblelint.utils import Task
32
from jinja2.nodes import Node
33
34
-AnsibleUnicodeItems: TypeAlias = dict[int, AnsibleUnicode]
+ AnsibleUnicodeItems: TypeAlias = dict[int, AnsibleUnicode]
35
+
36
spell_checker = SpellChecker()
37
init_plugin_loader() # required before using loaders
38
spell_checker.word_frequency.load_text_file(Path("./docs/dictionary.txt"))
0 commit comments