diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 000000000..bb694021e --- /dev/null +++ b/setup.cfg @@ -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