Skip to content
Snippets Groups Projects
Commit 6af94fe4 authored by Juliane Geller's avatar Juliane Geller
Browse files

Update CONTRIBUTING.md

parent bb25b151
No related branches found
No related tags found
2 merge requests!193Release 1.4,!188Release 1.4
Pipeline #6168 passed with stage
in 12 minutes and 3 seconds
...@@ -13,7 +13,7 @@ python -m pytest . ...@@ -13,7 +13,7 @@ python -m pytest .
## Naming ## Naming
### Code ### Code
We follow the follwing naming conventions We follow the follwing naming conventions:
- Classes: CamelCase - Classes: CamelCase
- Functions: camelCase - Functions: camelCase
- Variables/Arguments: snake_case - Variables/Arguments: snake_case
...@@ -23,9 +23,9 @@ We follow the follwing naming conventions ...@@ -23,9 +23,9 @@ We follow the follwing naming conventions
## Formatting ## Formatting
We use (black)[https://black.readthedocs.io/en/stable/] with a line length if 120 characters. We use (black)[https://black.readthedocs.io/en/stable/] with a line length if 120 characters.
Within the `SaQC` root directory run `black -l 120` Within the `SaQC` root directory run `black -l 120`.
## Imports ## Imports
Only absolute imports are accepted Only absolute imports are accepted.
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