1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18[project] name = "leetcode" description = "Python solutions for LeetCode" version = "0.0.1" dependencies = [ "mypy>=1.16.1", "ruff>=0.12.3", "click>=8.1.7", "httpx>=0.25.0", ] requires-python = ">=3.11" [tool.ruff] line-length = 160 [tool.ruff.lint] extend-select = ["I"]