|
@@ -291,9 +291,9 @@ All code changes
|
|
|
|
|
|
* Does the :doc:`coding style
|
|
* Does the :doc:`coding style
|
|
</internals/contributing/writing-code/coding-style>` conform to our
|
|
</internals/contributing/writing-code/coding-style>` conform to our
|
|
- guidelines? Are there any ``black``, ``flake8``, or ``isort`` errors? You
|
|
|
|
- can install the :ref:`pre-commit <coding-style-pre-commit>` hooks to
|
|
|
|
- automatically catch these errors.
|
|
|
|
|
|
+ guidelines? Are there any ``black``, ``blacken-docs``, ``flake8``, or
|
|
|
|
+ ``isort`` errors? You can install the :ref:`pre-commit
|
|
|
|
+ <coding-style-pre-commit>` hooks to automatically catch these errors.
|
|
* If the change is backwards incompatible in any way, is there a note
|
|
* If the change is backwards incompatible in any way, is there a note
|
|
in the release notes (``docs/releases/A.B.txt``)?
|
|
in the release notes (``docs/releases/A.B.txt``)?
|
|
* Is Django's test suite passing?
|
|
* Is Django's test suite passing?
|