Skip to content

Commit

Permalink
Add isort config
Browse files Browse the repository at this point in the history
  • Loading branch information
cachitas committed Apr 8, 2024
1 parent 1091e07 commit ac5895e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ path = "src/stringx/client.py"
[tool.pdm.scripts]
test = "pytest -v tests/"

[tool.isort]
profile = "black"

[tool.ruff]
lint.select = [
"B", # flake8-bugbear
Expand All @@ -74,7 +77,6 @@ lint.select = [
"W", # pycodestyle - Warning
"UP", # pyupgrade
]

extend-include = ["*.ipynb"]

[tool.mypy]
Expand Down

0 comments on commit ac5895e

Please sign in to comment.