About Anaconda Help Download Anaconda

conda-forge / packages / flake8-black 0.3.6

Extension for flake8 for validating Python code style using black

copied from cf-staging / flake8-black

Installers

Info: This package contains files in non-standard labels.
  • noarch v0.3.6

conda install

To install this package run one of the following:
conda install conda-forge::flake8-black
conda install conda-forge/label/cf202003::flake8-black

Description

Black, "The Uncompromising Code Formatter", is normally run to edit your Python code in place to match their coding style, a strict subset of the PEP 8 style guide. The point of this plugin is to be able to run black --check ... from within the flake8 plugin ecosystem. You might use this via a git pre-commit hook, or as part of your continuous integration testing.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.7) Legal | Privacy Policy