add Pipfile
This commit is contained in:
parent
146cd71281
commit
bdedba8d11
2 changed files with 22 additions and 1 deletions
16
Pipfile
Normal file
16
Pipfile
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
[[source]]
|
||||||
|
url = "https://pypi.org/simple"
|
||||||
|
name = "pypi"
|
||||||
|
verify_ssl = true
|
||||||
|
|
||||||
|
[dev-packages]
|
||||||
|
atomicwrites = "*"
|
||||||
|
pytest = "*"
|
||||||
|
pytest-forked = "*"
|
||||||
|
pytest-raises = "*"
|
||||||
|
|
||||||
|
[packages]
|
||||||
|
|
||||||
|
[dev-packages.phantomjs]
|
||||||
|
editable = true
|
||||||
|
path = "."
|
|
@ -37,6 +37,8 @@ max-line-length = 88
|
||||||
ignore =
|
ignore =
|
||||||
E111
|
E111
|
||||||
E114
|
E114
|
||||||
|
E128
|
||||||
|
E225
|
||||||
E225
|
E225
|
||||||
E261
|
E261
|
||||||
E302
|
E302
|
||||||
|
@ -46,7 +48,10 @@ ignore =
|
||||||
E502
|
E502
|
||||||
E541
|
E541
|
||||||
E701
|
E701
|
||||||
|
E704
|
||||||
E722
|
E722
|
||||||
E741
|
E741
|
||||||
|
F508
|
||||||
F541
|
F541
|
||||||
|
W503
|
||||||
|
|
Loading…
Reference in a new issue