Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PyCQA/docformatter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.4
Choose a base ref
...
head repository: PyCQA/docformatter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.5
Choose a head ref
  • 8 commits
  • 23 files changed
  • 2 contributors

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    d12620f View commit details
    Browse the repository at this point in the history
  2. feat: add option for user to provide list of words not to capitalize (#…

    …195)
    
    * feat: add option for list of words not to capitalize
    
    * test: for add option for list of words not to capitalize
    
    * docs: update documentation for option not to capitalize
    weibullguy authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    86b4ea6 View commit details
    Browse the repository at this point in the history
  3. feat: add option to format compatible with black (#196)

    * docs: update docs for new --black option
    
    * amend! docs: update docs for new --black option
    
    * feat: set default options for black
    
    * test: for set default options for black
    
    * feat: set pre-summary space for black compatibility
    
    * test: for black option defaults
    
    * chore: set black true in pyproject.toml and format code base
    
    * chore: add requirements for --black option
    
    * chore: clean-up code smells
    
    * style: fix unwrapped docstring
    
    * fix: update help message to include non-cap option
    weibullguy authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    93ba24d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Configuration menu
    Copy the full SHA
    f0b47b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c377ce8 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    775a0e7 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. fix: removing blank line after import section (#204)

    * fix: removing blank line after import section
    
    * test: for removing blank line after import section
    weibullguy authored May 3, 2023
    Configuration menu
    Copy the full SHA
    4c6fdc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a027ada View commit details
    Browse the repository at this point in the history
Loading