6
Makefile
6
Makefile
@ -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
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
[project]
|
||||
name = "ormar"
|
||||
|
||||
[tool.poetry]
|
||||
name = "ormar"
|
||||
version = "0.10.21"
|
||||
|
||||
Reference in New Issue
Block a user