Skip to content

Commit d4a5aa0

Browse files
committed
ci(ruff): Ignore PTH in workspace/finders.py
This relies a lot on supporting tmuxp files and directory strings, e.g. "my_session" equating to ~/config/.tmuxp/my_session.{yaml,json} and tmuxp load . which equates to cwd .tmuxp.{yaml.json}.
1 parent e855780 commit d4a5aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ combine-as-imports = true
180180

181181
[tool.ruff.per-file-ignores]
182182
"*/__init__.py" = ["F401"]
183+
"src/tmuxp/workspace/finders.py" = ["PTH"]
183184

184185
[build-system]
185186
requires = ["poetry_core>=1.0.0"]

0 commit comments

Comments
 (0)