Use default black "exclude" string
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -35,3 +35,4 @@ tests.data
|
|||||||
|
|
||||||
# Virtual environment
|
# Virtual environment
|
||||||
venv/
|
venv/
|
||||||
|
.venv*/
|
||||||
|
@@ -1,14 +1,5 @@
|
|||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 88
|
line-length = 88
|
||||||
exclude = '''
|
|
||||||
/(
|
|
||||||
\.git
|
|
||||||
| \.pytest_cache
|
|
||||||
| build
|
|
||||||
| dist
|
|
||||||
| venv
|
|
||||||
)/
|
|
||||||
'''
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["flit"]
|
requires = ["flit"]
|
||||||
@@ -63,3 +54,6 @@ test = [
|
|||||||
"pytest~=4.0",
|
"pytest~=4.0",
|
||||||
"six",
|
"six",
|
||||||
]
|
]
|
||||||
|
lint = [
|
||||||
|
"black",
|
||||||
|
]
|
||||||
|
Reference in New Issue
Block a user