Added pipenv files to offer a consistent python environment, including quality. #20

Merged
caribaud merged 6 commits from issues/14 into release/1.0.0 2023-06-25 11:32:31 +02:00
1 changed files with 5 additions and 4 deletions
Showing only changes of commit 757ff3a7c7 - Show all commits

View File

@ -128,6 +128,7 @@ To setup prospector, you need to run:
+ `black .` + `black .`
For VSCode users, you can run those automatically in your IDE. Here is what your .vscode/settings.json file should include : For VSCode users, you can run those automatically in your IDE. Here is what your .vscode/settings.json file should include :
```json ```json
"files.exclude": { "files.exclude": {
"**/.git": true, "**/.git": true,
@ -157,7 +158,7 @@ For VSCode users, you can run those automatically in your IDE. Here is what your
], ],
"editor.rulers": [ "editor.rulers": [
88 88
] ],
``` ```
# Credits # Credits