We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c55a1 commit 16b940cCopy full SHA for 16b940c
.flake8
pyproject.toml
@@ -17,12 +17,16 @@ dependencies = [
17
"requests>=2.24.0"
18
]
19
20
-
21
[tool.poetry.group.dev.dependencies]
22
pytest = "^8.3"
23
ruff = "^0.9.6"
24
python-dotenv = "^0.15.0"
25
+[tool.ruff]
26
+line-length = 80
27
+indent-width = 4
28
+target-version = "py311"
29
+
30
[build-system]
31
requires = ["poetry-core"]
32
build-backend = "poetry.core.masonry.api"
0 commit comments