Add PEP8 configuration file for pep8 command-line and PyCharm

This commit is contained in:
Zach Riggle 2016-12-13 16:22:15 -06:00
parent 73e04e6cc7
commit 2b5e39474c
1 changed files with 4 additions and 0 deletions

4
setup.cfg Normal file
View File

@ -0,0 +1,4 @@
[pep8]
ignore = E203,E227,E251,E226,E501,E221,E241,E402,E261,E265,E704,W603,W503
max-line-length=120
exclude = capstone,unicorn,pwndbg/constants