Use default black "exclude" string
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -35,3 +35,4 @@ tests.data
|
||||
|
||||
# Virtual environment
|
||||
venv/
|
||||
.venv*/
|
||||
|
@@ -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",
|
||||
]
|
||||
|
Reference in New Issue
Block a user