File size: 802 Bytes
dee9fba | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | Coding Style
============
Lines length should not exceed 120 characters. Please use trailing commas.
You can find our complete flake8 configuration in the tox.ini_ file.
Data Sets
---------
For each data set, please provide a comment with reference to the source
and/or origin of the data.
We only accept new data if it's coming from statistical sources, such as census or government institutions. This include names and their distribution.
Name Lists
----------
When you have long lists of names, please order them alphabetically. Keep the lines length as close as possible to 120 characters, without exceeding the limit.
.. _`tox.ini`: https://github.com/joke2k/faker/blob/master/tox.ini
.. _`pep 8`: https://python.org/dev/peps/pep-0008
.. _`pep 263`: https://python.org/dev/peps/pep-0263
|