chore: lint

This commit is contained in:
Erik Wrede 2024-10-27 19:13:41 +01:00
parent 3787d224a7
commit c97748e0aa
No known key found for this signature in database
GPG Key ID: 2180166EDF80A9DA

View File

@ -51,6 +51,7 @@ tests_require = [
"pytest-mock>=3,<4",
"pytest-asyncio>=0.16,<2",
"coveralls>=3.3,<5",
"types-python-dateutil>=2.8.1,<3",
]
dev_requires = ["ruff==0.5.0"] + tests_require