Skip to content

Commit 3cb81ea

Browse files
authored
DOC: Mention black and PEP8 in pandas style guide (#32043)
1 parent 0c107bd commit 3cb81ea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: doc/source/development/code_style.rst

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ pandas code style guide
99
.. contents:: Table of contents:
1010
:local:
1111

12+
*pandas* follows the `PEP8 <https://www.python.org/dev/peps/pep-0008/>`_
13+
standard and uses `Black <https://black.readthedocs.io/en/stable/>`_
14+
and `Flake8 <https://flake8.pycqa.org/en/latest/>`_ to ensure a
15+
consistent code format throughout the project. For details see the
16+
:ref:`contributing guide to pandas<contributing.code-formatting>`.
17+
1218
Patterns
1319
========
1420

0 commit comments

Comments
 (0)