remove setup.cfg, fixes in makefile

This commit is contained in:
collerek
2021-10-13 14:32:31 +02:00
parent b197d4d3c7
commit 79097ec552
2 changed files with 5 additions and 6 deletions

View File

@ -27,5 +27,9 @@ coverage:
black:
black ormar tests
lint:
black ormar tests
flake8 ormar
mypy:
mypy --config-file mypy.ini ormar tests
mypy ormar tests

View File

@ -1,5 +0,0 @@
[metadata]
description-file = README.md
[pep8]
max-line-length = 88