You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here it forks the repository, creates a new branch, makes a commit and creates a pull request. It runs autopep8 by default. For this change, the formatter can be obtained from the .pep8speaks.yml config. So, let us say if scanner.formatter is set to black, then it can use black to format the code. If that key is not present in the config, then it can continue with the default autopep8.
There is currently support for pep8ify, but it would be useful to support other tools in this way:
The text was updated successfully, but these errors were encountered: