Skip to content

Commit 16b940c

Browse files
committed
Remove flake8 config in favor of ruff
1 parent 54c55a1 commit 16b940c

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

.flake8

Lines changed: 0 additions & 11 deletions
This file was deleted.

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,16 @@ dependencies = [
1717
"requests>=2.24.0"
1818
]
1919

20-
2120
[tool.poetry.group.dev.dependencies]
2221
pytest = "^8.3"
2322
ruff = "^0.9.6"
2423
python-dotenv = "^0.15.0"
2524

25+
[tool.ruff]
26+
line-length = 80
27+
indent-width = 4
28+
target-version = "py311"
29+
2630
[build-system]
2731
requires = ["poetry-core"]
2832
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)