diff --git a/pyproject.toml b/pyproject.toml index 29eb32b..63e64f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -326,6 +326,7 @@ select = ["ALL"] parametrize-values-type = "tuple" [tool.ruff.lint.isort] +known-first-party = ["ansible_dev_environment"] lines-after-imports = 2 # Ensures consistency for cases when there's variable vs function/class definitions after imports lines-between-types = 1 # Separate import/from with 1 line