formatting & add pymonad

This commit is contained in:
francisco.schulz 2023-06-19 11:11:29 +02:00
parent d8075aad38
commit cd3ce653e1
2 changed files with 4 additions and 3 deletions

2
poetry.lock generated
View File

@ -4691,4 +4691,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "~3.8" python-versions = "~3.8"
content-hash = "dd9127ae54f9886b01ac05cf49d8e6d622b904a717ab566638de334a92f832cb" content-hash = "deaea774befbc7beb41fd3c2f62c02052fdcfc7343fbe1deb867ef824d309964"

View File

@ -38,6 +38,7 @@ pdfnetpython3 = "9.4.2"
[tool.poetry.group.test.dependencies] [tool.poetry.group.test.dependencies]
pytest = "^7.0.1" pytest = "^7.0.1"
pymonad = "^2.4.0"
[tool.pytest.ini_options] [tool.pytest.ini_options]
testpaths = ["test"] testpaths = ["test"]