Skip to content

Commit

Permalink
Fixed some small mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Man-Jain committed Jul 18, 2018
1 parent 55646da commit 0dafac8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pylinter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function prepare_venv() {
VIRTUALENV=$(which venv-3)
fi

${VIRTUALENV} python3 -m venv mybenjienv && source myenv/bin/activate && python3 "$(which pip3)" install pycodestyle
${VIRTUALENV} python3 -m venv mybenjienv && source mybenjienv/bin/activate && python3 "$(which pip3)" install pycodestyle
}


Expand Down
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[pycodestyle]
ignore = W504
max-line-length = 80


0 comments on commit 0dafac8

Please sign in to comment.