.dockerignore
.gitignore
.lint.config.json
Dockerfile
LICENSE
README.md
composer.json
composer.lock
pyproject.toml
requirements.dev.txt
requirements.test.txt
requirements.txt
test.sh
.github/workflows/ci.yml
.github/workflows/release.yml
src/omegaup_hook_tools/__init__.py
src/omegaup_hook_tools/__main__.py
src/omegaup_hook_tools/_version.py
src/omegaup_hook_tools/git_tools.py
src/omegaup_hook_tools/lint.py
src/omegaup_hook_tools/linters.py
src/omegaup_hook_tools/py.typed
src/omegaup_hook_tools.egg-info/PKG-INFO
src/omegaup_hook_tools.egg-info/SOURCES.txt
src/omegaup_hook_tools.egg-info/dependency_links.txt
src/omegaup_hook_tools.egg-info/requires.txt
src/omegaup_hook_tools.egg-info/top_level.txt
src/omegaup_hook_tools/data/tidy
src/omegaup_hook_tools/data/tidy.txt
src/omegaup_hook_tools/data/phpcbf/Standards/OmegaUp/ruleset.xml
src/omegaup_hook_tools/data/phpcbf/Standards/OmegaUp/Sniffs/Classes/ClassDeclarationSniff.php
src/omegaup_hook_tools/data/phpcbf/Standards/OmegaUp/Sniffs/Formatting/CastSniff.php
src/omegaup_hook_tools/data/phpcbf/Standards/OmegaUp/Sniffs/Formatting/NullComparisonSniff.php
src/omegaup_hook_tools/data/phpcbf/Standards/OmegaUp/Sniffs/Functions/MultiLineFunctionDeclarationSniff.php
src/omegaup_hook_tools/data/phpcbf/Standards/OmegaUp/Sniffs/Methods/FunctionCallSignatureSniff.php
tests/__init__.py
tests/git_tools_test.py
tests/linters_test.py
tests/data/uppercase_linter.py