Skip to content

Commit dce06e0

Browse files
committed
turned exclude into string to get black formatter to work
1 parent 1079e30 commit dce06e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.black]
22
profile = "black"
3-
exclude = ["^env/"]
3+
exclude = "^env/"
44

55
[tool.isort]
66
profile = "black" # needed for black/isort compatibility

0 commit comments

Comments
 (0)