Automic VaultAutomic Vault

brew

flake8 mit Homebrew, apt, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für flake8 in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install flake8

local Homebrew formula metadata

Linux

Debian aptverifiziert · 92%
sudo apt install flake8

Debian stable package indexes · flake8 · Quelle: deb.debian.org

Arch Linux pacmanverifiziert · 92%
sudo pacman -S python-flake8

Arch Linux sync databases · python-flake8 · Quelle: geo.mirror.pkgbuild.com

Überblick

Paketzusammenfassung

Lint your Python code for style and logical errors

Verlauf

Projektgeschichte und Nutzung

flake8 is a Python style and quality checker that glues together pycodestyle, PyFlakes, McCabe complexity checks, and third-party plugins. Its official documentation presents it as a command-line tool for checking files or directories and as a configurable platform for Python linting policy.

Projektgeschichte

The recorded release history begins with the 0.x series; the 0.6 release in February 2010 fixed McCabe metric handling, and 1.0 followed in November 2011 with complexity-checking changes. The project later moved under PyCQA, whose official repository describes flake8 as a tool that combines pycodestyle, pyflakes, mccabe, and plugins.

The 3.0.0 release in July 2016 was a major internal and documentation rewrite. Its notes say the project removed dependence on pep8/pycodestyle for file processing and plugin dispatch while keeping compatibility, added formatter entry points, improved plugin option registration, changed hook installation behavior, and rewrote documentation at flake8.pycqa.org.

Adoptionsgeschichte

flake8 became popular because it packaged several Python code-quality checks behind one command and one set of configuration files. The official plugin guide explicitly attributes much of its popularity to extensibility and notes that community plugins are typically distributed on PyPI.

In day-to-day Python packaging, flake8 is commonly installed into the same Python environment that should parse the target code. The docs warn that Flake8 is tied to the Python version on which it runs, because it must understand that version's syntax.

Wie es verwendet wird

The basic workflow is `flake8 path/to/code.py` or `flake8 path/to/code/`, optionally with selection and ignore flags for specific error codes. The user guide documents project configuration in `setup.cfg`, `tox.ini`, or `.flake8`, all using a `[flake8]` INI section.

Plugins extend checks and formatters. After installation, most plugins immediately start reporting their own codes, and some register additional command-line or configuration options.

Warum Paket-Nerds sich dafür interessieren

flake8 matters to package nerds because it became the small, composable linting facade for a large slice of Python packaging: pycodestyle contributes E/W codes, PyFlakes contributes F codes, McCabe contributes C codes, and plugins add their own namespaces.

Its configuration-file search and plugin entry-point model made it easy for projects, tox environments, pre-commit hooks, and distribution packages to agree on one executable while still carrying local policy.

Zeitleiste

  • 2010: 0.6 release recorded in official release notes.
  • 2011: 1.0 release changes default complexity-checking behavior.
  • 2016: 3.0.0 rewrites documentation, file processing, plugin dispatch, and formatter extension points.
  • 2020s: 7.x release series appears in the official release history.

Related projects

  • pycodestyle supplies PEP 8 style checks and E/W error-code classes.
  • PyFlakes supplies lint checks such as unused imports and F error codes.
  • McCabe supplies complexity checks and C error codes.
  • Third-party flake8 plugins distributed through PyPI add checks and formatters.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 1 Plattformziele verfügbar.
  • Installiert mit 1 Laufzeitabhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
setup.cfgtox.ini.flake8

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
flake8cliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-25
Manager-Version7.3.0
Manager aktualisiert
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://flake8.pycqa.org/

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz
  • InfoRelease/tag comparison is only available for GitHub repositories.https://flake8.pycqa.org/none Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:flake8
Version7.3.0
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/flake8
Homepagehttps://flake8.pycqa.org/
Repositoryhttps://github.com/PyCQA/flake8
Upstream-Dokumentationhttps://flake8.pycqa.org/en/latest
LizenzMIT
Quellarchivhttps://files.pythonhosted.org/packages/9b/af/fbfe3c4b5a657d79e5c47a2827a362f9e1b763336a52f926126aa6dc7123/flake8-7.3.0.tar.gz
Abhängigkeitenpython@3.14
Bottleverfügbar (auf all)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameflake8
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

flake8 7.1.1-3

code checker using pycodestyle and pyflakes

https://github.com/pycqa/flake8

sudo apt install flake8
  • Section: python
  • Architecture: all
  • Source Package: python-flake8
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Flake8
Debian stable package indexes · deb.debian.org · Debian stable package indexes: flake8 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

flake8 7.0.0-1

code checker using pycodestyle and pyflakes

https://github.com/pycqa/flake8

sudo apt install flake8
  • Section: universe/python
  • Architecture: all
  • Source Package: python-flake8
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Flake8
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: flake8 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
pacman95%

python-flake8 1:7.3.0-2

The modular source code checker: pep8, pyflakes and co

https://flake8.pycqa.org

sudo pacman -S python-flake8
  • License: MIT
  • Architecture: any
  • 5 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Flake8
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: python-flake8 from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment