We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b691a33 commit 98a8893Copy full SHA for 98a8893
1 file changed
doc/devel/coding_guide.rst
@@ -144,7 +144,7 @@ configuration lives in :file:`.clang-tidy`.
144
The logic lives in :file:`tools/run_clang_tidy.py`. It requires
145
``clang-tidy`` on ``PATH`` and ``meson`` and ``pybind11`` installed::
146
147
- pip install meson pybind11
+ pip install meson pybind11 setuptools-scm
148
149
On macOS, ``clang-tidy`` is not on ``PATH`` after a Homebrew install::
150
0 commit comments