We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b68e9 commit c436b41Copy full SHA for c436b41
1 file changed
pyproject.toml
@@ -0,0 +1,13 @@
1
+[tool.ruff]
2
+line-length = 120
3
+target-version = "py310"
4
+
5
+[tool.ruff.lint]
6
+select = ["E", "F", "W", "I", "N", "UP", "B", "C4", "DTZ", "T10", "EM", "ISC", "ICN", "PIE", "T20", "PYI", "PT", "Q", "RSE", "RET", "SIM", "ARG", "PTH", "ERA", "PD", "PGH", "PL", "TRY", "NPY", "RUF"]
7
+ignore = []
8
9
+[tool.ruff.format]
10
+quote-style = "double"
11
+indent-style = "space"
12
+skip-magic-trailing-comma = false
13
+line-ending = "auto"
0 commit comments