[ 源代码: flake8-black ]
软件包:python3-flake8-black(0.3.6-1)
flake8 plugin to call black as a code style validator
This is flake8 plugin for validating Python code style with the command line code formatting tool Black.
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.
其他与 python3-flake8-black 有关的软件包
|
|
|
|
-
- dep: black
- uncompromising Python code formatter (Python 3)
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-flake8
- code checker using pycodestyle and pyflakes - Python 3.x
-
- dep: python3-tomli
- lil' TOML parser for Python
- 或者 python3 (>> 3.11)
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python