{"library":"pytest-pep8","title":"pytest-pep8","description":"pytest-pep8 is a pytest plugin designed to check PEP8 compliance in Python code. It integrates directly with the pytest testing framework to efficiently discover and check `.py` files for style guide violations. The plugin allows for flexible configuration to ignore specific errors or warnings on a per-project or per-file basis. Its last release was in April 2014, and it is largely unmaintained now.","language":"python","status":"abandoned","last_verified":"Thu Apr 16","install":{"commands":["pip install pytest-pep8"],"cli":null},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# content of myproject/myfile.py\ndef somefunc( arg1,  arg2):\n    pass\n\n# Terminal\n# Install the plugin\n# pip install pytest-pep8\n\n# Run pytest with the --pep8 flag\n# pytest --pep8","lang":"python","description":"Install the plugin via pip, then run pytest with the `--pep8` flag. The plugin will automatically discover and check Python files for PEP8 violations. Configuration for ignoring specific errors can be done in `pytest.ini` or `setup.cfg`.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}