diff --git a/docs/python/linting.rst b/docs/python/linting.rst index 6a4eacb..d69da54 100644 --- a/docs/python/linting.rst +++ b/docs/python/linting.rst @@ -6,7 +6,7 @@ Before writing any code, set up formatters and linters. Configuration ------------- -New projects should use `Black `__. All projects must use `flake8 `__ and `isort `__ with line lengths of 119 (the Django standard). If using Black, `configure it `__ as follows: +New projects should use `Black `__. All projects must use `flake8 `__ and `isort `__ with line lengths of 119 (the Django coding style until 4.0). If using Black, `configure it `__ as follows: .. tab-set::