1BLACK(1)                    General Commands Manual                   BLACK(1)
2
3
4

NAME

6       black - The uncompromising code formatter.
7

SYNOPSIS

9       black [OPTIONS] [SRC]...
10

DESCRIPTION

12       The uncompromising code formatter.
13

OPTIONS

15       -l, --line-length INTEGER
16              How many character per line to allow.  [default: 88]
17
18       --check
19              Don't write the files back, just return the status.  Return code
20              0 means nothing would change.  Return code 1  means  some  files
21              would be reformatted.  Return code 123 means there was an inter‐
22              nal error.
23
24       --diff Don't write the files back, just output a diff for each file  on
25              stdout.
26
27       --fast / --safe
28              If --fast given, skip temporary sanity checks. [default: --safe]
29
30       -q, --quiet
31              Don't  emit non-error messages to stderr. Errors are still emit‐
32              ted, silence those with 2>/dev/null.
33
34       --version
35              Show the version and exit.
36
37
38
39black Manual                      04-May-2018                         BLACK(1)
Impressum