Merge pull request #11913 from bluetech/ruff-version-ignore

Ignore isort on _version.py
This commit is contained in:
Ran Benita 2024-02-02 21:55:40 +02:00 committed by GitHub
commit 20b18f0f9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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"]