Skip to content

Commit

Permalink
turned exclude into string to get black formatter to work
Browse files Browse the repository at this point in the history
  • Loading branch information
khoing0810 committed Feb 24, 2024
1 parent 1079e30 commit dce06e0
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
@@ -1,6 +1,6 @@
[tool.black]
profile = "black"
exclude = ["^env/"]
exclude = "^env/"

[tool.isort]
profile = "black" # needed for black/isort compatibility
Expand Down

0 comments on commit dce06e0

Please sign in to comment.