From df780f6aa210f0916323dd3eb925d762dbb0769d Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 24 Jul 2026 13:14:36 +0200 Subject: Modernize GLib and D-Bus integrations --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pyproject.toml') 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"] -- cgit v1.3.1