Skip to content

Commit

Permalink
Merge pull request #11913 from bluetech/ruff-version-ignore
Browse files Browse the repository at this point in the history
Ignore isort on _version.py
  • Loading branch information
bluetech authored Feb 2, 2024
2 parents 5be64c3 + cb5f738 commit 20b18f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 20b18f0

Please sign in to comment.