We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c107bd commit 3cb81eaCopy full SHA for 3cb81ea
doc/source/development/code_style.rst
@@ -9,6 +9,12 @@ pandas code style guide
9
.. contents:: Table of contents:
10
:local:
11
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
+
18
Patterns
19
========
20
0 commit comments