Add ruff pre-commit hooks

This commit is contained in:
Mike A
2023-12-31 15:14:03 +01:00
parent 40b5a38048
commit 2b954c5440
8 changed files with 650 additions and 480 deletions

View File

@@ -13,6 +13,9 @@ cryptography = "^41.0.7"
beautifulsoup4 = "^4.12.2"
aiohttp = "^3.9.1"
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.6.0"
[tool.ruff]
line-length = 100