hhatto / autopep8

A tool that automatically formats Python code to conform to the PEP 8 style guide.
https://pypi.org/project/autopep8/
MIT License
4.58k stars 291 forks source link

Fix for multiple on/off directives, issue #603 #604

Closed SPKorhonen closed 3 years ago

SPKorhonen commented 3 years ago

This pull request fixes issue #603, multiple #autopep8: off/on directives in one file do not work

hhatto commented 3 years ago

@SPKorhonen Thanks for your contribution. The github actions did not work, so I created #604 and merged that one.