{"id":17185390,"url":"https://github.com/purcell/flymake-python-pyflakes","last_synced_at":"2025-04-11T05:52:35.813Z","repository":{"id":1569380,"uuid":"1999840","full_name":"purcell/flymake-python-pyflakes","owner":"purcell","description":"Emacs flymake handler for python using pyflakes","archived":false,"fork":false,"pushed_at":"2024-11-07T07:12:55.000Z","size":12,"stargazers_count":30,"open_issues_count":0,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T05:52:31.679Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/purcell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-07-05T10:24:51.000Z","updated_at":"2024-11-07T07:12:59.000Z","dependencies_parsed_at":"2024-12-02T18:36:49.107Z","dependency_job_id":null,"html_url":"https://github.com/purcell/flymake-python-pyflakes","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purcell%2Fflymake-python-pyflakes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purcell%2Fflymake-python-pyflakes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purcell%2Fflymake-python-pyflakes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purcell%2Fflymake-python-pyflakes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purcell","download_url":"https://codeload.github.com/purcell/flymake-python-pyflakes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248351408,"owners_count":21089271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T00:46:29.283Z","updated_at":"2025-04-11T05:52:35.793Z","avatar_url":"https://github.com/purcell.png","language":"Emacs Lisp","readme":"flymake-python-pyflakes.el\n==========================\n\nAn Emacs flymake handler for syntax-checking Python source code using\n`pyflakes` or `flake8`.\n\nThese days you might be better served by [flycheck](https://github.com/flycheck/flycheck).\n\nInstallation\n=============\n\nIf you choose not to use one of the convenient packages in\n[Melpa][melpa] and [Marmalade][marmalade], you'll need to add the\ndirectory containing `flymake-python-pyflakes.el` to your `load-path`, and then\n`(require 'flymake-python-pyflakes)`. You'll also need to install\n[flymake-easy](https://github.com/purcell/flymake-easy).\n\nUsage\n=====\n\nAdd the following to your emacs init file:\n\n    (require 'flymake-python-pyflakes)\n    (add-hook 'python-mode-hook 'flymake-python-pyflakes-load)\n\nTo use `flake8` instead of `pyflakes`, add this line:\n\n    (setq flymake-python-pyflakes-executable \"flake8\")\n\nYou can pass extra arguments to the checker program by customizing\nthe variable `flymake-python-pyflakes-extra-arguments`, or setting it\ndirectly, e.g.\n\n    (setq flymake-python-pyflakes-extra-arguments '(\"--ignore=W806\"))\n\n[marmalade]: http://marmalade-repo.org\n[melpa]: http://melpa.org\n\n\u003chr\u003e\n\n[💝 Support this project and my other Open Source work](https://www.patreon.com/sanityinc)\n\n[💼 LinkedIn profile](https://uk.linkedin.com/in/stevepurcell)\n\n[✍ sanityinc.com](http://www.sanityinc.com/)\n","funding_links":["https://www.patreon.com/sanityinc"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurcell%2Fflymake-python-pyflakes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurcell%2Fflymake-python-pyflakes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurcell%2Fflymake-python-pyflakes/lists"}