Skip to content

Commit 4c7b72a

Browse files
committed
Black: skip examples folder for now
1 parent b09781e commit 4c7b72a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ local_scheme = "no-local-version"
1313
fallback_version = "0.0.0.dev0"
1414

1515
[tool.black]
16-
exclude = "_version.py"
16+
exclude = """
17+
^/( ( examples ) /| anaflow/_version.py )
18+
"""
1719
line-length = 79
1820
target-version = [
1921
"py36",

0 commit comments

Comments
 (0)