Commit Graph

3 Commits

Author SHA1 Message Date
176c8799ce lint(ruff): fix E402 and related import issues
- Fix E402 by removing sys.path hacks and ensuring imports are at module top level
- Replace ad-hoc imports with proper package imports (filter_plugins, lookup_plugins, module_utils, cli)
- Make lookup plugins importable via package paths (e.g. lookup_plugins.application_gid)
- Clean up test imports to rely on installed package layout instead of sys.path manipulation
- Partially fix F821 caused by missing/invalid imports

This establishes a consistent, ruff-compliant import architecture across CLI, filters, plugins, and tests.
2025-12-17 14:36:29 +01:00
9db66f6f98 Ruff autofix 2025-12-17 12:56:47 +01:00
82f3166ca9 Added lint for ansible and fixed integration test implementation 2025-12-17 12:53:49 +01:00