🎨 Format fixes (#159)

* 📝 Update release notes

* 🎨 Update format and structure
This commit is contained in:
Sebastián Ramírez
2020-04-20 19:27:45 +02:00
committed by GitHub
parent 7b768879f5
commit 41a2f15d8f
4 changed files with 2 additions and 6 deletions

View File

@@ -5,5 +5,4 @@ set -x
mypy app
black app --check
isort --recursive --check-only app
vulture app --min-confidence 70
flake8