Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…3034261 into account
  • Loading branch information
Pierre-Sassoulas committed Jan 31, 2024
1 parent c8ab55d commit 9edcffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ target-version = ['py38']
ignore = "W009"

[tool.ruff]
src = ["pytest"]
src = ["src"]
select = [
"I", # isort
]
Expand Down
1 change: 1 addition & 0 deletions src/_pytest/legacypath.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from typing import final

from iniconfig import SectionWrapper

import py

from _pytest.cacheprovider import Cache
Expand Down

0 comments on commit 9edcffe

Please sign in to comment.