Skip to content

Commit

Permalink
ci: Set isort profile for standard-maintenance-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 12, 2023
1 parent c4d28b0 commit af0f586
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ build-backend = "setuptools.build_meta"
[tool.black]
line-length = 119

[tool.isort]
profile = "black"

[tool.ruff]
line-length = 119
select = ["ALL"]
Expand Down

0 comments on commit af0f586

Please sign in to comment.