We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5be64c3 + cb5f738 commit 20b18f0Copy full SHA for 20b18f0
pyproject.toml
@@ -178,3 +178,6 @@ force-sort-within-sections = true
178
order-by-type = false
179
known-local-folder = ["pytest", "_pytest"]
180
lines-after-imports = 2
181
+
182
+[tool.ruff.lint.per-file-ignores]
183
+"src/_pytest/_version.py" = ["I001"]
0 commit comments