# nvie/vim-flake8

Flake8 plugin for Vim

Repository: https://github.com/nvie/vim-flake8
Canonical: https://ross.abutalabs.com/products/vim-flake8
Language: Vim Script
License: BSD-2-Clause
License Family: permissive
Last push: 2023-10-04T10:33:50+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5315, "days_push": 1064, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1068, forks 98 (observed 2026-08-28T04:03:27.588544+00:00)

## What it is
A Vim plugin that runs the currently open Python file through Flake8, a static syntax and style checker, and displays errors in Vim's quickfix window. It supersedes the older vim-pyflakes and vim-pep8 plugins.

## Use cases
- lint python code inside vim
- run flake8 on the current file with a keypress
- show python style errors in the quickfix window
- jump to flake8 error locations in vim
- show flake8 warnings as gutter signs in vim

## When to choose
- you edit Python in Vim and want on-demand Flake8 checks
- you prefer a lightweight plugin over a full LSP setup
- you want quickfix integration and gutter signs for lint errors

## When to avoid
- you use Neovim with a modern LSP/diagnostic setup like nvim-lint or ALE
- you need asynchronous linting while typing
- you don't have the flake8 binary installed

## Facets
- artifact type: plugin
- maturity: maintenance
- function: linter, developer-tools
- domain: developer-tools, text-editors
- platform: editor-plugin, cli
- tags: vim, flake8, python-linting, quickfix, static-analysis, python

## Member repositories
- nvie/vim-flake8 (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:27.588544+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:54:44.455884+00:00, confidence not recorded.
  - readme: https://github.com/nvie/vim-flake8 (fetched 2026-08-28T04:03:27.588544+00:00, sha 1c1c9bfddffb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
