Skip to content

Commit

Permalink
Remove undefined isort config
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundGoodman committed Jan 8, 2024
1 parent 820f0e6 commit 18e60d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ target-version = ["py310"]

[tool.isort]
profile = "black"
py_version = 310 # Latest supported, 311 is not
src_paths = ["src/"]
py_version = 310 # Latest supported, 311 is not
# src_paths = ["src/"] # This is not a supported keyword?
filter_files = true

[tool.mypy]
Expand Down

0 comments on commit 18e60d9

Please sign in to comment.