Added pipenv files to offer a consistent python environment, including quality. #20
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue