{"library":"pyflakes","type":"library","category":null,"description":"Pyflakes is a fast, lightweight static analysis tool that meticulously checks Python code for common programming errors without executing it. It primarily identifies issues such as unused imports, undefined names, and redefined variables. Focusing solely on error detection, rather than code style, it aims for speed and minimizes false positives. Currently at version 3.4.0, Pyflakes supports Python 3.9 and newer, and is actively maintained by the PyCQA organization.","language":"python","status":"active","version":"3.4.0","tags":["linter","static analysis","code quality","developer tool","error checking"],"install":[{"cmd":"pip install pyflakes","imports":[]}],"homepage":null,"github":"https://github.com/PyCQA/pyflakes","docs":null,"changelog":null,"pypi":"https://pypi.org/project/pyflakes/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Sat Apr 11","next_check":"Fri Jun 26","install_tag":null}}