[project] name = "crawler" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.14" dependencies = [ "aiohttp>=3.13.5", ] [tool.basedpyright] reportMissingTypeStubs=false reportAny = false reportExplicitAny = false [tool.ruff] line-length = 100 [tool.ruff.lint] select = [ # pycodestyle "E", # Pyflakes "F", # pyupgrade "UP", # flake8-bugbear "B", # flake8-simplify "SIM", # isort "I", ] [dependency-groups] dev = [ "basedpyright>=1.39.1", "ruff>=0.15.10", ]