Added invoke and skipping single quotes in black
parent
fe6cb532d1
commit
9db3510495
@ -0,0 +1,6 @@
|
|||||||
|
black
|
||||||
|
flake8
|
||||||
|
invoke
|
||||||
|
pip-tools>=5.4.0
|
||||||
|
pytest
|
||||||
|
requests
|
@ -0,0 +1,11 @@
|
|||||||
|
[tool.black]
|
||||||
|
line-length = 100
|
||||||
|
skip-string-normalization = true
|
||||||
|
target-version = ['py38']
|
||||||
|
exclude = '''
|
||||||
|
(
|
||||||
|
^/\.git/
|
||||||
|
| ^/build/
|
||||||
|
| ^/node_modules/
|
||||||
|
)
|
||||||
|
'''
|
@ -1,5 +0,0 @@
|
|||||||
black
|
|
||||||
flake8
|
|
||||||
pip-tools
|
|
||||||
pytest
|
|
||||||
requests
|
|
Loading…
Reference in New Issue