diff --git a/ci/HACKING.md b/ci/HACKING.md index dfc768be9..ca3901f07 100644 --- a/ci/HACKING.md +++ b/ci/HACKING.md @@ -44,7 +44,7 @@ it's just a typo-fix which might not be copyrightable in all jurisdictions). Formatting C++ -------------- This formatting guide applies to C++ code only; for Python modules, we use -[pycodestyle][https://github.com/PyCQA/pycodestyle] to apply a check of +[pycodestyle](https://github.com/PyCQA/pycodestyle) to apply a check of some PEP8 guidelines. * Spaces, not tabs.