Skip to content

Commit

Permalink
remove first-party-import
Browse files Browse the repository at this point in the history
more robust to use ruff.src
  • Loading branch information
dbatten5 committed Oct 18, 2023
1 parent 5859c1e commit c7e1e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ module = ["toml"]
ignore_missing_imports = true

[tool.ruff]
src = ['src', 'tests']
ignore = [
'B019',
'D203',
Expand Down Expand Up @@ -136,7 +137,6 @@ convention = 'google'

[tool.ruff.isort]
force-single-line = true
known-first-party = ["maison"]

[tool.ruff.per-file-ignores]
"__init__.py" = ['F401']
Expand Down

0 comments on commit c7e1e79

Please sign in to comment.