We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d70d4 commit 3d784b4Copy full SHA for 3d784b4
pyproject.toml
@@ -172,10 +172,6 @@ convention = "numpy"
172
"src/tmuxp/workspace/finders.py" = ["PTH"]
173
"src/tmuxp/cli/*.py" = ["PTH"]
174
"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
-]
179
180
[tool.pytest.ini_options]
181
addopts = "--reruns=0 --tb=short --no-header --showlocals --doctest-modules"
0 commit comments