File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ pandas code style guide
9
9
.. contents :: Table of contents:
10
10
:local:
11
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
+ `contributing guide to pandas
17
+ <https://pandas.pydata.org/pandas-docs/stable/development/contributing.html#python-pep8-black> `_.
18
+
12
19
Patterns
13
20
========
14
21
@@ -128,12 +135,6 @@ For example:
128
135
value = str
129
136
f " Unknown received type, got: ' { type (value).__name__ } ' "
130
137
131
- PEP8 / black
132
- ------------
133
- pandas follows the PEP8 standard and uses Black and Flake8 to ensure a
134
- consistent code format throughout the project. For details see the
135
- contributing guide https://pandas.pydata.org/pandas-docs/stable/development/contributing.html#python-pep8-black.
136
-
137
138
Imports (aim for absolute)
138
139
==========================
139
140
You can’t perform that action at this time.
0 commit comments