Skip to content

Commit

Permalink
clean flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
JackonYang committed Dec 29, 2021
1 parent 3b79970 commit b852cbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion markdown-coder/paper-reading
1 change: 1 addition & 0 deletions projects/wechat_mp_driver/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

from libs.libcache.api import jcache_t


def test_conn(appid, secret):
client = WeChatClient(appid, secret)
ips = client.misc.get_wechat_ips()
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[flake8]
max-line-length = 160
exclude = .git,projects/bookhub/v1

[pep8]
max-line-length = 160
max-line-length = 160

0 comments on commit b852cbc

Please sign in to comment.