{"library":"pytest-flakes","title":"pytest-flakes","description":"A pytest plugin that checks Python source code for logical errors using pyflakes. It integrates seamlessly into the pytest ecosystem, automatically running pyflakes on all collected test files and source files. Current version 4.0.5 supports Python >=3.5. The plugin is in maintenance mode; no new features are expected.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pytest-flakes"],"cli":null},"imports":["import pytest_flakes"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import pytest\nimport sys\nsys.path.insert(0, 'src')\n\ndef test_ok():\n    x = 1\n    assert x","lang":"python","description":"Create a test file (e.g., test_demo.py). Run pytest normally. The plugin will automatically check all Python files for pyflakes errors.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}