thibaudcolas / curlylint

Experimental HTML templates linting for Jinja, Nunjucks, Django templates, Twig, Liquid
https://www.curlylint.org/
MIT License
237 stars 25 forks source link

Fix Mypy #90

Closed adamchainz closed 2 years ago

adamchainz commented 2 years ago

Fix these errors which were happening on make lint:

curlylint/config.py:110: error: unused 'type: ignore' comment
curlylint/cli.py:291: error: unused 'type: ignore' comment
curlylint/cli.py:297: error: Module has no attribute "_verify_python3_env"
Found 3 errors in 2 files (checked 20 source files)

Adding show_error_codes and ignoring by error code as per this post.