Skip to content

Commit dede410

Browse files
committed
ci(ruff): Ignore cli/*.py, aafig.py
1 parent 56f9ed2 commit dede410

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ combine-as-imports = true
181181
[tool.ruff.per-file-ignores]
182182
"*/__init__.py" = ["F401"]
183183
"src/tmuxp/workspace/finders.py" = ["PTH"]
184+
"src/tmuxp/cli/*.py" = ["PTH"]
185+
"docs/_ext/aafig.py" = ["PTH"]
184186

185187
[build-system]
186188
requires = ["poetry_core>=1.0.0"]

0 commit comments

Comments
 (0)