diff --git a/troubadix/plugins/spelling.py b/troubadix/plugins/spelling.py index 1a44b647..c704a7b2 100644 --- a/troubadix/plugins/spelling.py +++ b/troubadix/plugins/spelling.py @@ -210,8 +210,7 @@ def run(self) -> Iterator[LinterResult]: for nasl_file in self.context.nasl_files[i : i + batch_size] ] codespell_arguments = [ - # nb: Temporarily disabled due to an issue in codespell 2.2.4. - # "--hard-encoding-detection", + "--hard-encoding-detection", "--dictionary=-", f"--dictionary={codespell_additions}", f"--exclude-file={codespell_exclude}",