Skip to content

Commit

Permalink
replace pep8 with pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Oct 25, 2016
1 parent 022cc1a commit 8b2e161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pylama.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# D105: Missing docstring in magic method [pep257]

[pylama]
linters = pep8,pyflakes,pydocstyle
linters = pycodestyle,pyflakes,pydocstyle
skip = docs/*,\
build/*
ignore = D203,D204,D212
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
coverage==4.2 # pytest-cov
pyflakes==1.3.0
pydocstyle==1.1.1
pep8==1.7.0
pycodestyle==2.0.0
mccabe==0.5.2
pyroma==2.1
pytest==3.0.3 # rq.filter: !=2.9.0,!=2.9.1,!=2.9.2
Expand Down

0 comments on commit 8b2e161

Please sign in to comment.