[project] name = "willhaben-tracker" version = "0.1.0" description = "Telegram bot that tracks willhaben.at listings" requires-python = ">=3.11" [tool.pytest.ini_options] testpaths = ["tests"] asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function" pythonpath = ["src"] [tool.coverage.run] source = ["."] omit = ["tests/*", "migrate.py", "entrypoint.sh", "bot.py", "web.py", "main.py"] [tool.coverage.report] fail_under = 50 show_missing = true [tool.flake8] max-line-length = 120 exclude = [".git", "__pycache__", "node_modules"]