From 34b2f28a5eae00ff27d03a0639e52f993ef29a55 Mon Sep 17 00:00:00 2001 From: Alex Hedges Date: Wed, 30 Oct 2024 04:40:35 -0400 Subject: Fix malformed RST link in documentation (#47309) --- lib/spack/docs/contribution_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/docs/contribution_guide.rst b/lib/spack/docs/contribution_guide.rst index 97f181b85b..110bea56da 100644 --- a/lib/spack/docs/contribution_guide.rst +++ b/lib/spack/docs/contribution_guide.rst @@ -184,7 +184,7 @@ Style Tests Spack uses `Flake8 `_ to test for `PEP 8 `_ conformance and -`mypy ` for type checking. PEP 8 is +`mypy `_ for type checking. PEP 8 is a series of style guides for Python that provide suggestions for everything from variable naming to indentation. In order to limit the number of PRs that were mostly style changes, we decided to enforce PEP 8 conformance. Your PR -- cgit v1.2.3-70-g09d2