We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be64c3 commit cb5f738Copy full SHA for cb5f738
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