Merge pull request #11913 from bluetech/ruff-version-ignore
Ignore isort on _version.py
This commit is contained in:
commit
20b18f0f9a
|
@ -178,3 +178,6 @@ force-sort-within-sections = true
|
|||
order-by-type = false
|
||||
known-local-folder = ["pytest", "_pytest"]
|
||||
lines-after-imports = 2
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"src/_pytest/_version.py" = ["I001"]
|
||||
|
|
Loading…
Reference in New Issue