Enforce line length of 100 characters

This commit is contained in:
Mike A
2023-12-31 15:02:53 +01:00
parent e06274ca05
commit 2204e9ee1c

View File

@@ -13,6 +13,8 @@ cryptography = "^41.0.7"
beautifulsoup4 = "^4.12.2"
aiohttp = "^3.9.1"
[tool.ruff]
line-length = 100
[build-system]
requires = ["poetry-core"]