diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-02-02 11:36:57 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-02-07 20:36:04 +0100 |
| commit | ba94488196a74e312177ef2621fbd427956836ef (patch) | |
| tree | 7eaf76d66ff1592780deff589d6ee825b660be23 /docs/internals/contributing/writing-code/submitting-patches.txt | |
| parent | 6f185a53a2a7acad0ad8383267942d554527688a (diff) | |
Refs #33476 -- Adjusted docs and config files for Black.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to 'docs/internals/contributing/writing-code/submitting-patches.txt')
| -rw-r--r-- | docs/internals/contributing/writing-code/submitting-patches.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/contributing/writing-code/submitting-patches.txt b/docs/internals/contributing/writing-code/submitting-patches.txt index bf9b1f962b..048261e554 100644 --- a/docs/internals/contributing/writing-code/submitting-patches.txt +++ b/docs/internals/contributing/writing-code/submitting-patches.txt @@ -290,9 +290,9 @@ All code changes * Does the :doc:`coding style </internals/contributing/writing-code/coding-style>` conform to our - guidelines? Are there any ``flake8`` errors? You can install the - :ref:`pre-commit <coding-style-pre-commit>` hooks to automatically catch - these errors. + 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. * If the change is backwards incompatible in any way, is there a note in the release notes (``docs/releases/A.B.txt``)? * Is Django's test suite passing? |
