You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After fatiando/verde#177 raised by @prisae, fatiando/community#9 and fatiando/community#10 it has been decided that all docstrings must be wrapped to 79 characters per line.
We should configure flake8 to check for this when running the style checks on the package template.
This can be done by setting max-doc-length to 79 characters on the flake8 configuration under setup.cfg.
The text was updated successfully, but these errors were encountered:
Description of the desired feature
After fatiando/verde#177 raised by @prisae, fatiando/community#9 and fatiando/community#10 it has been decided that all docstrings must be wrapped to 79 characters per line.
We should configure flake8 to check for this when running the style checks on the package template.
This can be done by setting
max-doc-length
to 79 characters on the flake8 configuration undersetup.cfg
.The text was updated successfully, but these errors were encountered: