dot_files/dot_oh-my-zsh/plugins/pep8
Viktor Barzin 58ef6d327f initial
2025-11-22 22:51:27 +00:00
..
_pep8 initial 2025-11-22 22:51:27 +00:00
README.md initial 2025-11-22 22:51:27 +00:00

pep8 plugin

This plugin adds completion for pep8, a tool to check your Python code against some of the style conventions in PEP 8.

To use it, add pep8 to the plugins array of your zshrc file:

plugins=(... pep8)