MANIFEST.in
README.md
setup.cfg
setup.py
bento/__init__.py
bento/__main__.py
bento/base_context.py
bento/cli.py
bento/config.py
bento/constants.py
bento/context.py
bento/decorators.py
bento/error.py
bento/fignore.py
bento/git.py
bento/metrics.py
bento/network.py
bento/orchestrator.py
bento/parser.py
bento/paths.py
bento/renderer.py
bento/result.py
bento/run_cache.py
bento/target_file_manager.py
bento/tool.py
bento/tool_runner.py
bento/util.py
bento/violation.py
bento/commands/__init__.py
bento/commands/archive.py
bento/commands/autocomplete.py
bento/commands/autorun.py
bento/commands/check.py
bento/commands/disable.py
bento/commands/enable.py
bento/commands/init.py
bento/commands/register.py
bento/configs/.bentoignore
bento/configs/default.yml
bento/configs/extra-ignore-patterns
bento/content/__init__.py
bento/content/init.py
bento/content/register.py
bento/extra/__init__.py
bento/extra/bandit.py
bento/extra/boto3.py
bento/extra/checked_return.py
bento/extra/click.py
bento/extra/docker.py
bento/extra/eslint.py
bento/extra/flake8.py
bento/extra/flask.py
bento/extra/grep.py
bento/extra/hadolint.py
bento/extra/js_tool.py
bento/extra/pyre.py
bento/extra/python_taint.py
bento/extra/python_tool.py
bento/extra/r2c_analyzer.py
bento/extra/requests.py
bento/extra/sgrep.py
bento/extra/shellcheck.py
bento/extra/eslint/.eslintrc-default.yml
bento/extra/eslint/.eslintrc-react-and-typescript.yml
bento/extra/eslint/.eslintrc-react.yml
bento/extra/eslint/.eslintrc-typescript.yml
bento/extra/eslint/package.json
bento/formatter/__init__.py
bento/formatter/base.py
bento/formatter/clippy.py
bento/formatter/histo.py
bento/formatter/json.py
bento/formatter/reporter.py
bento/formatter/stylish.py
bento/resources/pre-commit.template
bento_cli.egg-info/PKG-INFO
bento_cli.egg-info/SOURCES.txt
bento_cli.egg-info/dependency_links.txt
bento_cli.egg-info/entry_points.txt
bento_cli.egg-info/requires.txt
bento_cli.egg-info/top_level.txt
tests/__init__.py
tests/test_context.py
tests/test_decorators.py
tests/test_fignore.py
tests/test_formatter.py
tests/test_results.py
tests/test_run_cache.py
tests/test_tool.py
tests/test_tool_runner.py
tests/test_version.py
tests/util.py