Use default black "exclude" string

This commit is contained in:
Mads Marquart
2019-07-03 11:05:16 +02:00
parent e670c80971
commit 4f2a24848e
2 changed files with 4 additions and 9 deletions

View File

@@ -1,14 +1,5 @@
[tool.black]
line-length = 88
exclude = '''
/(
\.git
| \.pytest_cache
| build
| dist
| venv
)/
'''
[build-system]
requires = ["flit"]
@@ -63,3 +54,6 @@ test = [
"pytest~=4.0",
"six",
]
lint = [
"black",
]