Skip to content

Commit

Permalink
black will ignore venv and directories starting with dot
Browse files Browse the repository at this point in the history
  • Loading branch information
sametd committed Dec 14, 2023
1 parent f18c8d4 commit d990be5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
[tool.black]
line-length = 120
line-length = 120
exclude = '''
/(
\. # Ignore directories starting with .
| venv # Ignore venv directory
)/
'''

0 comments on commit d990be5

Please sign in to comment.