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

1
.gitignore vendored
View File

@@ -35,3 +35,4 @@ tests.data
# Virtual environment
venv/
.venv*/

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",
]