diff --git a/Makefile b/Makefile index 47cba5e..c3ca423 100644 --- a/Makefile +++ b/Makefile @@ -27,5 +27,9 @@ coverage: black: black ormar tests +lint: + black ormar tests + flake8 ormar + mypy: - mypy --config-file mypy.ini ormar tests \ No newline at end of file + mypy ormar tests diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 2861787..0000000 --- a/setup.cfg +++ /dev/null @@ -1,5 +0,0 @@ -[metadata] -description-file = README.md - -[pep8] -max-line-length = 88 \ No newline at end of file