A faster alternative to clang-tidy that uses clangd to provide linting and formatting checks. Current version is 1.1.1, with an active release cadence. Requires Python >=3.8.
pip install clangd-tidyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage to lint a C++ source file.
Install clangd via your package manager (e.g., apt install clangd, brew install llvm).
If you rely on pylspclient, pin to <1.1.0 or adapt to the async interface.
Upgrade to v1.1.1 or manually convert file URIs to absolute paths.
No dependency data recorded yet.