We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674f89c commit 0c92f8aCopy full SHA for 0c92f8a
.editorconfig
@@ -10,4 +10,4 @@ insert_final_newline = true
10
11
[*.py]
12
indent_size = 4
13
-max_line_length = 100
+max_line_length = 120
pyproject.toml
@@ -18,7 +18,7 @@ ruff = "*"
18
yamllint = "*"
19
20
[tool.ruff]
21
-line-length = 100
+line-length = 120
22
target-version = "py310"
23
24
[tool.ruff.lint]
@@ -68,7 +68,7 @@ unfixable = []
68
line-ending = "lf"
69
70
[tool.pylint.format]
71
-max-line-length = 100
+max-line-length = 120
72
73
[tool.pylint.basic]
74
no-docstring-rgx = "^__|^test_"
0 commit comments