summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index cf91954..f3455c5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,3 +24,8 @@ where = ["src"]
[tool.pytest.ini_options]
testpaths = ["tests"]
+
+[tool.ruff.lint.per-file-ignores]
+"src/parley/ctl.py" = ["E402"]
+"src/parley/daemon.py" = ["E402"]
+"src/parley/ibus_engine.py" = ["E402"]