From a6065334addacad7a0b44393071484a6f92633f4 Mon Sep 17 00:00:00 2001 From: Alex Hedges Date: Wed, 30 Oct 2024 04:40:35 -0400 Subject: [PATCH] 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 68a381be9f7..0e2e7aa8417 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