File tree Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 1212 python setup.py --command-packages=stdeb.command bdist_deb
1313
1414check :
15- find . -name \* .py | xargs pep8 --first
16- find bin -type f | xargs pep8 --first
15+ find . -name \* .py | xargs pycodestyle --first
16+ find bin -type f | xargs pycodestyle --first
1717
1818test :
1919 nosetests -v
Original file line number Diff line number Diff line change 1- astroid == 1.3.4
2- logilab-common == 0.63.2
3- nose == 1.3.4
4- pep8 == 1.6.2
5- pylint == 1.4.1
6- six == 1.9.0
1+ astroid == 2.4.1
2+ glibc-locale-tools == 0.2.4
3+ isort == 4.3.21
4+ lazy-object-proxy == 1.4.3
5+ logilab-common == 1.6.4
6+ mccabe == 0.6.1
7+ nose == 1.3.7
8+ pycodestyle == 2.6.0
9+ pylint == 2.5.2
10+ six == 1.15.0
11+ toml == 0.10.1
12+ typed-ast == 1.4.1
13+ wrapt == 1.12.1
Original file line number Diff line number Diff line change 1- [pep8 ]
1+ [pycodestyle ]
22ignore = E111,E114
33max-line-length = 120
You can’t perform that action at this time.
0 commit comments