Skip to content

Commit 464ffd4

Browse files
fix(pep8): fix pep8 format check script
1 parent b837cc4 commit 464ffd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pep8check.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
pycodestyle --first --show-source --show-pep8 setup.py hexonet/apiconnector/*.py tests/*.py
2+
pycodestyle --first --show-source --show-pep8 ./*.py

0 commit comments

Comments
 (0)