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
@dunossauro I think that the use o Blak to create a standard for the new commits a great idea. Can you do it and send us a PR?
You can work from this brach. I say it because I think to use a Feature Branch to control the flow of the work.
@dunossauro after standardizes the code with the Black, can you change the README with this code: [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
Create standard to define new PRs and commit.
We have many case like that:
Flask-GoogleMaps/flask_googlemaps/__init__.py
Lines 223 to 234 in f9e5591
What the form is more correctly or preferable for this project?
I think the best way is to use the Black and respect PEP-8 using
black -l 80
Maybe add
-s
flag to not normalize strings.Another case is related to docstring standards:
Flask-GoogleMaps/flask_googlemaps/__init__.py
Line 46 in f9e5591
In some docstrings we have parameters explanations in others not. In another cases we has things that can be replaced by type annotations
Flask-GoogleMaps/flask_googlemaps/__init__.py
Lines 421 to 428 in f9e5591
We can test it in a CI using tox, or not, is only a sugestion
The text was updated successfully, but these errors were encountered: