diff options
| author | Yuval Adam <_@yuv.al> | 2026-07-24 13:14:36 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2026-07-24 13:14:36 +0200 |
| commit | df780f6aa210f0916323dd3eb925d762dbb0769d (patch) | |
| tree | 6a23d3845a14c1b61052e47841b846058420650e /pyproject.toml | |
| parent | f2197687e18eb129fcf25462943aa75972560579 (diff) | |
Modernize GLib and D-Bus integrations
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
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"] |
