.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
Makefile
README.md
pyproject.toml
tox.ini
.github/dependabot.yml
.github/workflows/ci.yaml
.github/workflows/dependencies.yaml
.github/workflows/periodic.yaml
changelog.d/_template.md
docs/_rst_epilog.rst
docs/changelog.md
docs/conf.py
docs/documenteer.toml
docs/index.rst
docs/dev/development.rst
docs/dev/index.rst
docs/dev/internals.rst
docs/dev/release.rst
docs/user-guide/cli.rst
docs/user-guide/github-actions.rst
docs/user-guide/index.rst
docs/user-guide/managing-dependencies.rst
docs/user-guide/prerequisites.rst
docs/user-guide/running.rst
src/neophile/__init__.py
src/neophile/cli.py
src/neophile/config.py
src/neophile/exceptions.py
src/neophile/factory.py
src/neophile/pr.py
src/neophile/processor.py
src/neophile/repository.py
src/neophile.egg-info/PKG-INFO
src/neophile.egg-info/SOURCES.txt
src/neophile.egg-info/dependency_links.txt
src/neophile.egg-info/entry_points.txt
src/neophile.egg-info/requires.txt
src/neophile.egg-info/top_level.txt
src/neophile/analysis/__init__.py
src/neophile/analysis/base.py
src/neophile/analysis/pre_commit.py
src/neophile/analysis/python.py
src/neophile/inventory/__init__.py
src/neophile/inventory/github.py
src/neophile/inventory/version.py
src/neophile/models/__init__.py
src/neophile/models/dependencies.py
src/neophile/scanner/__init__.py
src/neophile/scanner/base.py
src/neophile/scanner/pre_commit.py
src/neophile/update/__init__.py
src/neophile/update/base.py
src/neophile/update/pre_commit.py
src/neophile/update/python.py
tests/__init__.py
tests/cli_test.py
tests/conftest.py
tests/neophile_test.py
tests/pr_test.py
tests/processor_test.py
tests/repository_test.py
tests/util.py
tests/analysis/__init__.py
tests/analysis/pre_commit_test.py
tests/analysis/python_test.py
tests/data/python/.pre-commit-config.yaml
tests/data/python/Makefile
tests/data/python/requirements/main.in
tests/data/python/requirements/main.txt
tests/inventory/__init__.py
tests/inventory/github_test.py
tests/scanner/__init__.py
tests/scanner/pre_commit_test.py
tests/support/__init__.py
tests/support/github.py
tests/update/__init__.py
tests/update/pre_commit_test.py
tests/update/python_test.py