Skip to content
Snippets Groups Projects
Commit d12cc8ed authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

add pre-commit config

parent d049c83e
No related branches found
No related tags found
1 merge request!12add pre-commit config
Pipeline #154920 passed
repos:
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.10.0
hooks:
- id: black
args: [--config=./pyproject.toml]
language_version: python3.10
\ No newline at end of file
# InSillyClo
* dev https://insillyclo-main.dev.pasteur.cloud/
* prod https://insillyclo-main.pasteur.cloud/
\ No newline at end of file
* prod https://insillyclo-main.pasteur.cloud/
# Contributing
Install Black to format sources, use pre-commit to prevent unformatted commit (which will be rejected by ci anyway)
```shell
pip install -r requirements-dev.txt
pre-commit install
```
\ No newline at end of file
black~=24.10.0
pre-commit
\ No newline at end of file
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