.gitignore
.pre-commit-config.yaml
.python-version
CODEOWNERS
Dockerfile
LICENSE
README.md
Taskfile.yaml
codecov.yaml
mkdocs.yaml
pyproject.toml
renovate.json
uv.lock
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.devcontainer/post_install.sh
.github/workflows/ci.yaml
.github/workflows/codeql.yml
.github/workflows/release-docs.yaml
.github/workflows/release.yaml
.vscode/settings.json
docs/commands.md
docs/configuration.md
docs/development.md
docs/features_and_supported_formats.md
docs/index.md
docs/installation_and_usage.md
docs/reporting.md
docs/images/gh-comment.png
docs/images/rubrical.png
rubrical/__init__.py
rubrical/_version.py
rubrical/enum.py
rubrical/main.py
rubrical/rubrical.py
rubrical.egg-info/PKG-INFO
rubrical.egg-info/SOURCES.txt
rubrical.egg-info/dependency_links.txt
rubrical.egg-info/entry_points.txt
rubrical.egg-info/requires.txt
rubrical.egg-info/top_level.txt
rubrical/comparisons/__init__.py
rubrical/comparisons/semversion.py
rubrical/comparisons/string.py
rubrical/comparisons/utils.py
rubrical/package_managers/__init__.py
rubrical/package_managers/base_package_manager.py
rubrical/package_managers/go.py
rubrical/package_managers/jsonnet.py
rubrical/package_managers/nodejs.py
rubrical/package_managers/python.py
rubrical/package_managers/utilities/git.py
rubrical/reporters/gh.py
rubrical/reporters/terminal.py
rubrical/schemas/__init__.py
rubrical/schemas/configuration.py
rubrical/schemas/package.py
rubrical/schemas/results.py
rubrical/subcommands/__init__.py
rubrical/subcommands/configs.py
rubrical/utilities/console.py
tasks/docker.yaml
tasks/docs.yaml
tasks/integration.yaml
tasks/python.yaml
tests/__init__.py
tests/conftest.py
tests/constants.py
tests/fixtures.py
tests/files/rubrical-clean.yaml
tests/files/rubrical-error.yaml
tests/files/rubrical-mixed.yaml
tests/files/rubrical-warnings.yaml
tests/files/rubrical.yaml
tests/files/dummy/test.json
tests/files/dummy/submodule/test.json
tests/files/go/go.mod
tests/files/jsonnet/jsonnetfile.json
tests/files/jsonnet/jsonnetfile.lock.json
tests/files/nodejs/package.json
tests/files/nodejs/complex/package.json
tests/files/nodejs/node_modules/buffer/package.json
tests/files/poetry/.gitignore
tests/files/poetry/pyproject.toml
tests/files/python/pyproject.toml
tests/files/python/requirements.txt
tests/files/uv/pyproject.toml
tests/files/uv/uv.lock
tests/integration/test_cli.py
tests/unit/test_configuration.py
tests/unit/test_rubrical.py
tests/unit/test_terminal.py
tests/unit/comparisons/test_comparison.py
tests/unit/comparisons/test_semversion.py
tests/unit/comparisons/test_string.py
tests/unit/package_managers/test_go.py
tests/unit/package_managers/test_jsonnet.py
tests/unit/package_managers/test_nodejs.py
tests/unit/package_managers/test_package_manager.py
tests/unit/package_managers/test_python.py
tests/unit/package_managers/test_utilities.py
tests/unit/reporters/test_gh.py
tests/unit/reporters/test_terminal_report.py
tests/unit/utilities/__init__.py