Skip to content

Commit

Permalink
MNT: fix ruff -> isort in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Feb 22, 2024
1 parent 232e529 commit 71a3a10
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 @@ -93,5 +93,5 @@ select = [
"UP",
]

[tool.ruff.isort]
[tool.ruff.lint.isort]
known-first-party = ["xradar"]

0 comments on commit 71a3a10

Please sign in to comment.