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 514e8e9f authored by Dorian Turba's avatar Dorian Turba
Browse files

add pre-commit pymarkdown

parent 7980b556
No related branches found
No related tags found
No related merge requests found
Pipeline #23978 passed
repos:
- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.13.3
hooks:
- id: pymarkdown
# Contributing to r2devops_catalog
## Development environment
### Quality Standards
#### Style Guide
#### Pre-commit hooks
Please use the pre-commit hooks provided in this repository to maintain consistency in
the codebase.
```bash
pip install --upgrade pip
pip install -e .[QUALITY]
pre-commit install
```
You can manually run the pre-commit hooks on all files:
```bash
pre-commit run --all-files
```
This will run the following hooks:
- `pymarkdown`
......@@ -19,3 +19,12 @@ dependencies = [
"pytest_project @ {root:uri}/tests/pytest_project",
"mypy_project @ {root:uri}/tests/mypy_project",
]
[project.optional-dependencies]
QUALITY = [
"pre-commit",
]
[tool.pymarkdown]
strict-config = true
plugins.line-length.line_length = 88
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