We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f597b9 commit 0a9186eCopy full SHA for 0a9186e
pyproject.toml
@@ -335,6 +335,7 @@ select = ["ALL"]
335
parametrize-values-type = "tuple"
336
337
[tool.ruff.lint.isort]
338
+known-first-party = ["ansible_creator"]
339
lines-after-imports = 2 # Ensures consistency for cases when there's variable vs function/class definitions after imports
340
lines-between-types = 1 # Separate import/from with 1 line
341
tests/units/test_init.py
@@ -17,7 +17,6 @@
17
from ansible_creator.output import Output
18
from ansible_creator.subcommands.init import Init
19
from ansible_creator.utils import TermFeatures
20
-
21
from tests.defaults import FIXTURES_DIR
22
23
0 commit comments