fix consistency in README
This commit is contained in:
parent
86bb085384
commit
e3d7961674
1 changed files with 5 additions and 0 deletions
|
@ -15,3 +15,8 @@ mypy = "^1.10.0"
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
|
[mypy]
|
||||||
|
ignore = [
|
||||||
|
"src/doodles/examples/*"
|
||||||
|
]
|
||||||
|
|
Loading…
Reference in a new issue