.editorconfig
.gitignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml
.github/workflows/draft_release.yml
.github/workflows/format.yml
.github/workflows/publish_release.yml
.github/workflows/pull_request.yml
cmake_pc_hooks/__init__.py
cmake_pc_hooks/_utils.py
cmake_pc_hooks/clang_format.py
cmake_pc_hooks/clang_tidy.py
cmake_pc_hooks/cppcheck.py
cmake_pc_hooks/cpplint.py
cmake_pc_hooks/include_what_you_use.py
cmake_pc_hooks/lizard.py
cmake_pre_commit_hooks.egg-info/PKG-INFO
cmake_pre_commit_hooks.egg-info/SOURCES.txt
cmake_pre_commit_hooks.egg-info/dependency_links.txt
cmake_pre_commit_hooks.egg-info/entry_points.txt
cmake_pre_commit_hooks.egg-info/requires.txt
cmake_pre_commit_hooks.egg-info/top_level.txt
misc/license_header.txt
tests/run_tests.ps1
tests/run_tests.sh
tests/cmake_bad/.pre-commit-config.yaml
tests/cmake_bad/.pre-commit-win.yaml
tests/cmake_bad/CMakeLists.txt
tests/cmake_bad/bad.cpp
tests/cmake_good/.pre-commit-config.yaml
tests/cmake_good/.pre-commit-win.yaml
tests/cmake_good/CMakeLists.txt
tests/cmake_good/good.cpp