Skip to content

Format main.py using black#8

Merged
kunaltyagi merged 1 commit intoPointCloudLibrary:masterfrom
diivm:black_format
May 18, 2020
Merged

Format main.py using black#8
kunaltyagi merged 1 commit intoPointCloudLibrary:masterfrom
diivm:black_format

Conversation

@diivm
Copy link
Contributor

@diivm diivm commented May 16, 2020

Copy link
Member

@kunaltyagi kunaltyagi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have a preferential config for formatting. Default should be good 'nuff

If there are no objections, I'll go ahead with the merge

@diivm
Copy link
Contributor Author

diivm commented May 16, 2020

Relevant options:

  -c, --code TEXT                 Format the code passed in as a string.
  -l, --line-length INTEGER       How many characters per line to allow.
                                  [default: 88]

  -t, --target-version [py27|py33|py34|py35|py36|py37|py38]
                                  Python versions that should be supported by
                                  Black's output. [default: per-file auto-
                                  detection]

  --py36                          Allow using Python 3.6-only syntax on all
                                  input files.  This will put trailing commas
                                  in function signatures and calls also after
                                  *args and **kwargs. Deprecated; use
                                  --target-version instead. [default: per-file
                                  auto-detection]

  --pyi                           Format all input files like typing stubs
                                  regardless of file extension (useful when
                                  piping source on standard input).

  -S, --skip-string-normalization
                                  Don't normalize string quotes or prefixes.

  --fast / --safe                 If --fast given, skip temporary sanity
                                  checks. [default: --safe]

@diivm
Copy link
Contributor Author

diivm commented May 18, 2020

@kunaltyagi
Let's get this one going!

@kunaltyagi kunaltyagi merged commit 15d034e into PointCloudLibrary:master May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments