diff --git a/source/development/guidelines/peps.rst b/source/development/guidelines/peps.rst index b75e571d..cf7dbe39 100644 --- a/source/development/guidelines/peps.rst +++ b/source/development/guidelines/peps.rst @@ -4,4 +4,5 @@ Python PEPs For Python code the Python Enhancement Proposals (PEPs) apply. See the `Python Developer's Guide `__ for detailed -information. +information. The most basic one is `PEP8: Style Guide for Python Code `_. +Compliance with PEP8 can be checked using the `Python style guide checker `_.