Skip to content

Commit

Permalink
migrate from pep9 to pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Jul 10, 2018
1 parent b92ab41 commit 8f5019d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/pep8check.sh
@@ -1,2 +1,2 @@
#!/bin/bash
pep8 --first --show-source --show-pep8
pycodestyle --first --show-source --show-pep8 setup.py hexonet/apiconnector/__init__.py hexonet/apiconnector/connection.py hexonet/apiconnector/response.py hexonet/apiconnector/util.py
4 changes: 2 additions & 2 deletions setup.cfg
Expand Up @@ -4,10 +4,10 @@ universal=1
[metadata]
license_file = LICENSE

[pep8]
[pycodestyle]
max-line-length = 120

[flake8]
max-line-length = 120
ignore = F401,E402,F403
exclude = venv
exclude = venv

0 comments on commit 8f5019d

Please sign in to comment.