diff --git a/doc/guidelines/language/python.rst b/doc/guidelines/language/python.rst index 9c8002c..a358512 100644 --- a/doc/guidelines/language/python.rst +++ b/doc/guidelines/language/python.rst @@ -7,7 +7,7 @@ Python .. note:: This guide is under development and is likely to change. -:python version: 3.10 +:python version: 3.11 :last-updated: |today| The team uses the following files to configure, setup and install our python packages. @@ -33,7 +33,8 @@ The team uses the following tools to enforce the style guide. :check-xml: Checks xml files for proper format. :mypy: Performs type checking on the code (optional). -This is enforced by a tool called ``pre-commit``. +There are several other optional style guide tools as well. +This is enforced by a tool called ``pre-commit``, see the reference below. Additional Information ======================