Skip to content

Commit

Permalink
use "force-exclude" instead of "exclude" (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvcc committed Jun 1, 2021
1 parent 7c0509b commit 1a63dcf
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 @@ -66,7 +66,7 @@ pre-commit = "^2.12.0"
[tool.black]
line-length = 99
target-version = ['py37', 'py38']
exclude = '''
force-exclude = '''
(
\.eggs
| \.git
Expand Down

0 comments on commit 1a63dcf

Please sign in to comment.