Skip to content

Commit

Permalink
Added no-bad-latin.py to ignore_list
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed Dec 14, 2024
1 parent cf613e8 commit a8caa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/no-bad-latin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

HERE = os.getcwd()
ABSOLUTE_HERE = os.path.dirname(HERE)
IGNORE_LIST = ["config.yml", "styles_guides.qmd", "contributors-record.md", "references.bib"]
IGNORE_LIST = ["no-bad-latin.py", "styles_guides.qmd", "contributors-record.md", "references.bib"]


def parse_args():
Expand Down

0 comments on commit a8caa3b

Please sign in to comment.