Skip to content

Commit

Permalink
Black: skip examples folder for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Jun 16, 2021
1 parent df6620e commit 4b03581
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ local_scheme = "no-local-version"
fallback_version = "0.0.0.dev0"

[tool.black]
exclude = "_version.py"
exclude = """
^/( ( examples ) /| anaflow/_version.py )
"""
line-length = 79
target-version = [
"py36",
Expand Down

0 comments on commit 4b03581

Please sign in to comment.