Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit acf4d5ec authored by Freezed's avatar Freezed
Browse files

:pencil: Add link to git conventions

parent 3528317e
No related branches found
No related tags found
1 merge request!4Resolve "Add pydocstyle"
Pipeline #4304 passed
...@@ -43,7 +43,7 @@ python cli/run.py --help ...@@ -43,7 +43,7 @@ python cli/run.py --help
🚧 Development 🚧 Development
-------------- --------------
- [Topic branches](https://git-scm.com/book/en/v2/Git-Branching-Branching-Workflows#_topic_branch) are used and named after issue's slug - Follow our [`git` conventions](https://forga.gitlab.io/process/fr/manuel/convention/git/) (🇫🇷 only)
- Built with `Python 3.9` - Built with `Python 3.9`
- Code linting with [`flake8`](https://pypi.org/project/flake8/), [`pylint`](https://pypi.org/project/pylint), [`black`](https://pypi.org/project/black) & [pydocstyle](https://pypi.org/project/pydocstyle/). - Code linting with [`flake8`](https://pypi.org/project/flake8/), [`pylint`](https://pypi.org/project/pylint), [`black`](https://pypi.org/project/black) & [pydocstyle](https://pypi.org/project/pydocstyle/).
- Install development tools: - Install development tools:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment