Skip to content

Commit 3d784b4

Browse files
committed
Revert "py(pyproject[ruff]): Ignore shell.py importlib nits"
This reverts commit a39392a.
1 parent b4d70d4 commit 3d784b4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@ convention = "numpy"
172172
"src/tmuxp/workspace/finders.py" = ["PTH"]
173173
"src/tmuxp/cli/*.py" = ["PTH"]
174174
"docs/_ext/aafig.py" = ["PTH"]
175-
"src/tmuxp/shell.py" = [
176-
"F401", # Consider using `importlib.util.find_spec` to test for availability
177-
"RUF100" # Unused `noqa` directive (unused: `F841`)
178-
]
179175

180176
[tool.pytest.ini_options]
181177
addopts = "--reruns=0 --tb=short --no-header --showlocals --doctest-modules"

0 commit comments

Comments
 (0)