add prospector and config
This commit is contained in:
parent
f2d72e322d
commit
243531c017
15
dr_botzo/.prospector.yaml
Normal file
15
dr_botzo/.prospector.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
strictness: medium
|
||||||
|
ignore-paths:
|
||||||
|
- migrations
|
||||||
|
|
||||||
|
ignore-patterns:
|
||||||
|
- \.log$
|
||||||
|
- localsettings.py$
|
||||||
|
|
||||||
|
pylint:
|
||||||
|
options:
|
||||||
|
max-line-length: 120
|
||||||
|
|
||||||
|
pep8:
|
||||||
|
options:
|
||||||
|
max-line-length: 120
|
@ -1,8 +1,10 @@
|
|||||||
|
astroid==1.3.6
|
||||||
Django==1.8.1
|
Django==1.8.1
|
||||||
django-adminplus==0.3
|
django-adminplus==0.3
|
||||||
django-extensions==1.5.3
|
django-extensions==1.5.3
|
||||||
django-filter==0.10.0
|
django-filter==0.10.0
|
||||||
djangorestframework==3.1.3
|
djangorestframework==3.1.3
|
||||||
|
dodgy==0.1.7
|
||||||
httplib2==0.7.4
|
httplib2==0.7.4
|
||||||
inflect==0.2.5
|
inflect==0.2.5
|
||||||
irc==12.1.4
|
irc==12.1.4
|
||||||
@ -15,18 +17,30 @@ jaraco.itertools==1.3
|
|||||||
jaraco.logging==1.2
|
jaraco.logging==1.2
|
||||||
jaraco.text==1.3
|
jaraco.text==1.3
|
||||||
logilab-astng==0.24.0
|
logilab-astng==0.24.0
|
||||||
logilab-common==0.58.1
|
logilab-common==0.63.2
|
||||||
Markdown==2.6.2
|
Markdown==2.6.2
|
||||||
|
mccabe==0.3.1
|
||||||
more-itertools==2.2
|
more-itertools==2.2
|
||||||
oauth2==1.5.211
|
oauth2==1.5.211
|
||||||
oauthlib==0.5.1
|
oauthlib==0.5.1
|
||||||
|
pep257==0.5.0
|
||||||
|
pep8==1.6.2
|
||||||
|
pep8-naming==0.2.2
|
||||||
ply==3.4
|
ply==3.4
|
||||||
pyflakes==0.5.0
|
prospector==0.10.2
|
||||||
pylint==0.25.2
|
pyflakes==0.9.2
|
||||||
|
pylint==1.4.3
|
||||||
|
pylint-celery==0.3
|
||||||
|
pylint-common==0.2.1
|
||||||
|
pylint-django==0.6.1
|
||||||
|
pylint-plugin-utils==0.2.3
|
||||||
python-dateutil==2.1
|
python-dateutil==2.1
|
||||||
pytz==2015.4
|
pytz==2015.4
|
||||||
|
PyYAML==3.11
|
||||||
requests==1.2.3
|
requests==1.2.3
|
||||||
requests-oauthlib==0.3.2
|
requests-oauthlib==0.3.2
|
||||||
|
requirements-detector==0.4
|
||||||
|
setoptconf==0.2.0
|
||||||
six==1.9.0
|
six==1.9.0
|
||||||
tempora==1.3
|
tempora==1.3
|
||||||
twython==3.0.0
|
twython==3.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user