Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance --verbose #2526

Merged
merged 22 commits into from Jan 10, 2022
Merged

Commits on Oct 7, 2021

  1. --verbose mode prints location of project root

    Black would now echo the location that it determined as the root path
    for the project if `--verbose` is enabled by the user, according to
    which it chooses the SRC paths, i.e. the absolute path of the project
    is `{root}/{src}`.
    
    Closes psf#1880
    Shivansh-007 committed Oct 7, 2021
    Copy the full SHA
    b9b9cb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Add changelog entry

    Shivansh-007 committed Oct 8, 2021
    Copy the full SHA
    96f4fba View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Copy the full SHA
    d60fef5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    27ac2f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Copy the full SHA
    4b92fd1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7a5bac6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    44cfd6c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b821ed8 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Copy the full SHA
    bd4fc39 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e35c190 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    513c9ae View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8e312d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Copy the full SHA
    4a81c23 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Copy the full SHA
    7317a37 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Move identified root log above using config log

    This has been done by getting root early and caching it in ctx.obj
    Shivansh-007 committed Dec 17, 2021
    Copy the full SHA
    9d2ca6e View commit details
    Browse the repository at this point in the history
  2. Update docstring

    Shivansh-007 committed Dec 17, 2021
    Copy the full SHA
    12e41ba View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    baa73d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. Use normalize path ignore to resolve and format root

    For invalid source, log it with colour red when displaying the SRCs log else keep it to the default blue colour. This is done to handle permission related errors and out of tree exceptions gracefully
    Shivansh-007 committed Dec 19, 2021
    Copy the full SHA
    6a5dcb4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2f2fc40 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    857eeb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Copy the full SHA
    092675a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c02122a View commit details
    Browse the repository at this point in the history