.ansible-lint
.flake8
.gitignore
.pre-commit-config.yaml
.prettierrc.yaml
.readthedocs.yml
.tool-versions
.yamllint
LICENSE
MANIFEST.in
codecov.yml
cspell.config.yaml
mkdocs.yml
mypy.ini
pyproject.toml
tox.ini
.config/constraints.txt
.config/dictionary.txt
.config/requirements-docs.txt
.config/requirements-test.txt
.config/requirements.txt
.github/CODEOWNERS
.github/FUNDING.yml
.github/SECURITY.md
.github/dependabot.yml
.github/lower-constraints.txt
.github/release-drafter.yml
.github/workflows/ack.yml
.github/workflows/push.yml
.github/workflows/release.yml
.github/workflows/tox.yml
.vscode/settings.json
docs/README.md
docs/multirepo.md
docs/tools.md
docs/.overrides/main.html
docs/images/android-chrome-192x192.png
docs/images/android-chrome-512x512.png
docs/images/apple-touch-icon.png
docs/images/favicon-16x16.png
docs/images/favicon-32x32.png
docs/images/favicon.ico
docs/images/logo.afdesign
docs/images/logo.png
docs/images/logo.svg
docs/images/mk-social-preview.png
docs/stylesheets/extra.css
playbooks/example-playbook.yml
playbooks/test-integration.yml
samples/deep/package.json
samples/integration/ansible-lint.txt
samples/integration/cookiecutter.txt
samples/integration/flask-babel.txt
samples/integration/nox.txt
samples/integration/podman.txt
samples/integration/typeshed.txt
src/mk/__init__.py
src/mk/__main__.py
src/mk/_typer.py
src/mk/_version.py
src/mk/ctx.py
src/mk/exec.py
src/mk/loaders.py
src/mk/pre.py
src/mk/runner.py
src/mk/text.py
src/mk.egg-info/PKG-INFO
src/mk.egg-info/SOURCES.txt
src/mk.egg-info/dependency_links.txt
src/mk.egg-info/entry_points.txt
src/mk.egg-info/requires.txt
src/mk.egg-info/top_level.txt
src/mk/tools/__init__.py
src/mk/tools/ansible.py
src/mk/tools/cmake.py
src/mk/tools/git.py
src/mk/tools/make.py
src/mk/tools/node.py
src/mk/tools/nox.py
src/mk/tools/pre.py
src/mk/tools/pre_commit.py
src/mk/tools/py_package.py
src/mk/tools/pytest.py
src/mk/tools/shell.py
src/mk/tools/taskfile.py
src/mk/tools/tox.py
test/pre.yml
test/test_cli.py
test/test_pre.py
tools/example-shell.sh