.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
README.md
example_output.html
pyproject.toml
requirements.txt
tox.ini
.github/dependabot.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/pytest.yml
CheckMyTex.egg-info/PKG-INFO
CheckMyTex.egg-info/SOURCES.txt
CheckMyTex.egg-info/dependency_links.txt
CheckMyTex.egg-info/entry_points.txt
CheckMyTex.egg-info/requires.txt
CheckMyTex.egg-info/top_level.txt
checkmytex/__init__.py
checkmytex/__main__.py
checkmytex/analyze.py
checkmytex/analyzed_document.py
checkmytex/document_analyzer.py
checkmytex/german.py
checkmytex/py.typed
checkmytex/cli/__init__.py
checkmytex/cli/arguments.py
checkmytex/cli/cli.py
checkmytex/cli/rich_printer.py
checkmytex/filtering/__init__.py
checkmytex/filtering/authors.py
checkmytex/filtering/code_listings.py
checkmytex/filtering/filter.py
checkmytex/filtering/math_mode.py
checkmytex/filtering/whitelist.py
checkmytex/finding/__init__.py
checkmytex/finding/abstract_checker.py
checkmytex/finding/chktex.py
checkmytex/finding/cleveref.py
checkmytex/finding/languagetool.py
checkmytex/finding/line_length.py
checkmytex/finding/nphard.py
checkmytex/finding/problem.py
checkmytex/finding/proselint.py
checkmytex/finding/siunitx.py
checkmytex/finding/spellcheck.py
checkmytex/finding/todo_checker.py
checkmytex/latex_document/__init__.py
checkmytex/latex_document/detex.py
checkmytex/latex_document/indexed_string.py
checkmytex/latex_document/latex_document.py
checkmytex/latex_document/origin.py
checkmytex/latex_document/parser.py
checkmytex/latex_document/source.py
checkmytex/reporting/__init__.py
checkmytex/reporting/extension_base.py
checkmytex/reporting/html_report.py
checkmytex/reporting/extensions/__init__.py
checkmytex/reporting/extensions/basic_message.py
checkmytex/reporting/extensions/chatgpt_link.py
checkmytex/reporting/extensions/lookup_url.py
checkmytex/utils/__init__.py
checkmytex/utils/choice.py
checkmytex/utils/editor.py
docs/POTENTIAL_CHECKERS.md
examples/german.py
tests/__init__.py
tests/test_abc.py
tests/test_arxiv.py
tests/test_checker.py
tests/test_detex.py
tests/test_document.py
tests/test_ignore_code_filter.py
tests/test_indexed_string.py
tests/test_line_length_checker.py
tests/test_parser.py
tests/test_todo_checker.py
tests/test_version.py
web_app/.env.example
web_app/DEPLOYMENT.md
web_app/DOCKER.md
web_app/Dockerfile
web_app/README.md
web_app/SECURITY.md
web_app/analyzer_factory.py
web_app/app.py
web_app/config.py
web_app/docker-compose.yml
web_app/helpers.py
web_app/nginx-docker.conf
web_app/nginx.conf
web_app/requirements.txt
web_app/setup.sh
web_app/zip_handler.py
web_app/templates/imprint_placeholder.html
web_app/templates/index.html
web_app/templates/licenses.html