6
Makefile
6
Makefile
@ -27,5 +27,9 @@ coverage:
|
|||||||
black:
|
black:
|
||||||
black ormar tests
|
black ormar tests
|
||||||
|
|
||||||
|
lint:
|
||||||
|
black ormar tests
|
||||||
|
flake8 ormar
|
||||||
|
|
||||||
mypy:
|
mypy:
|
||||||
mypy --config-file mypy.ini ormar tests
|
mypy ormar tests
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
[project]
|
||||||
|
name = "ormar"
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "ormar"
|
name = "ormar"
|
||||||
version = "0.10.21"
|
version = "0.10.21"
|
||||||
|
|||||||
Reference in New Issue
Block a user