Skip to content

Commit 0a9186e

Browse files
authored
Add known first party (#225)
1 parent 6f597b9 commit 0a9186e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ select = ["ALL"]
335335
parametrize-values-type = "tuple"
336336

337337
[tool.ruff.lint.isort]
338+
known-first-party = ["ansible_creator"]
338339
lines-after-imports = 2 # Ensures consistency for cases when there's variable vs function/class definitions after imports
339340
lines-between-types = 1 # Separate import/from with 1 line
340341

tests/units/test_init.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from ansible_creator.output import Output
1818
from ansible_creator.subcommands.init import Init
1919
from ansible_creator.utils import TermFeatures
20-
2120
from tests.defaults import FIXTURES_DIR
2221

2322

0 commit comments

Comments
 (0)