Skip to content

Commit

Permalink
Exclude .git when running black (#196).
Browse files Browse the repository at this point in the history
  • Loading branch information
RJ722 authored Mar 10, 2020
1 parent 635d44d commit 16aad4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include = '\.pyi?$'
exclude = '''
/(
\.eggs
| \.hg
| \.git
| \.tox
| \.venv
| _build
Expand Down

0 comments on commit 16aad4f

Please sign in to comment.