Minor fixes

This commit is contained in:
Andras Schmelczer 2022-06-25 19:15:27 +02:00
parent 1d496db91f
commit 95af52bab4
2 changed files with 5 additions and 1 deletions

View file

@ -55,7 +55,9 @@
"**/__pycache__": true, "**/__pycache__": true,
"**/.ipynb_checkpoints": true, "**/.ipynb_checkpoints": true,
"**/.mypy_cache": true, "**/.mypy_cache": true,
"**/.pytest_cache": true "**/.pytest_cache": true,
"**/*.egg-info": true,
"**/*.cache": true
}, },
"notebook.output.textLineLimit": 400, "notebook.output.textLineLimit": 400,
"python.defaultInterpreterPath": ".env/bin/python" "python.defaultInterpreterPath": ".env/bin/python"

View file

@ -1,3 +1,5 @@
# GreatAI # GreatAI
[![Quality Gate Status](https://sonar.scoutinscience.com/api/project_badges/measure?project=great-ai&metric=alert_status)](https://sonar.scoutinscience.com/dashboard?id=great-ai) [![Quality Gate Status](https://sonar.scoutinscience.com/api/project_badges/measure?project=great-ai&metric=alert_status)](https://sonar.scoutinscience.com/dashboard?id=great-ai)
**work in progress, do not use!**