From fc8d961049be3de32a0391672eba8af535b24c0a Mon Sep 17 00:00:00 2001 From: Philip Date: Sat, 26 May 2018 09:49:27 +0200 Subject: [PATCH] [ci] fix link in HACKING.md --- ci/HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.