nongiach / arm_now

arm_now is a qemu powered tool that allows instant setup of virtual machines on arm cpu, mips, powerpc, nios2, x86 and more, for reverse, exploit, fuzzing and programming purpose.
https://github.com/nongiach/arm_now/wiki
MIT License
867 stars 87 forks source link

PEP8 Linting #10

Closed SakiiR closed 6 years ago

SakiiR commented 6 years ago

It would be great if the code was pep8 compliant, I am already working on that on a PR :)

@nongiach try to use a pep8 linter in your python DI :smile:

SakiiR commented 6 years ago

PR #11

nongiach commented 6 years ago

great work! Yeah my vim plugin was disable ^^

SakiiR commented 6 years ago

ty sir