We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b7a06 commit a85f8b1Copy full SHA for a85f8b1
src/pyproject.toml.jinja
@@ -34,7 +34,7 @@ test = { cmd = "pytest", help = "Run tests" }
34
35
[tool.ruff]
36
fix = true
37
-select = ["B", "E", "F", "I", "SIM", "UP"]
+lint = { select = ["B", "E", "F", "I", "SIM", "UP"] }
38
39
[tool.mypy]
40
strict = true
0 commit comments