1 Star 0 Fork 0

tonycoming/calamari

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
pre-commit.py 326 Bytes
Copy Edit Raw Blame History
#!/usr/bin/env python
import sys
from flake8.hooks import git_hook
COMPLEXITY = -1
STRICT = True
if __name__ == '__main__':
sys.exit(git_hook(complexity=COMPLEXITY, strict=STRICT, ignore='E501'))
# Alternatively
# sys.exit(git_hook(complexity=COMPLEXITY, strict=STRICT,
# ignore=['E501']))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/tonycoming/calamari.git
git@gitee.com:tonycoming/calamari.git
tonycoming
calamari
calamari
master

Search