Skip to content

Commit 4941dc1

Browse files
committed
ignore presentations folder
original.py and patched.py already ignored via .gitignore
1 parent 25ac8d3 commit 4941dc1

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
line-length = 88
3-
extend_exclude = "^/presentations/ | ^/scripts/pdoc/original.py | ^/scripts/pdoc/patched.py"
3+
extend_exclude = "/presentations/"
44
target-version = ["py38", "py39", "py310", "py311", "py312"]
55
preview = true
66

0 commit comments

Comments
 (0)