Skip to content

Commit

Permalink
Merge pull request #159 from Avasam/patch-2
Browse files Browse the repository at this point in the history
Remove invalid top-of-the-file `# type: ignore` statement
  • Loading branch information
abravalheri authored Feb 27, 2024
2 parents 26ac4b6 + 8266383 commit ab59195
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/validate_pyproject/pre_compile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def load_licenses() -> Dict[str, str]:

NOCHECK_HEADERS = (
"# noqa",
"# type: ignore",
"# ruff: noqa",
"# flake8: noqa",
"# pylint: skip-file",
Expand Down

0 comments on commit ab59195

Please sign in to comment.