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.5
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.7.1
Choose a head ref
  • 16 commits
  • 24 files changed
  • 2 contributors

Commits on May 3, 2023

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

Commits on May 5, 2023

  1. chore: update workflows (#206)

    * chore: fix push tag workflow to get version
    
    * chore: add asset path for wheel upload
    
    * chore: add workflow to prioritize issues
    
    * chore: update workflow to use endsWith
    weibullguy authored May 5, 2023
    Configuration menu
    Copy the full SHA
    c783757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    863d343 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    7d6e521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dff8724 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c44eb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d6da2b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. release: v1.7.0 (#197)

    * chore: update version strings
    
    * ci: update GH action to pass --black to docformatter
    
    * ci: update GH action for pycodestyle options
    
    * ci: update GH action for pycodestyle options
    
    * fix: adding indentation to blank lines
    
    * chore: update version strings
    
    * fix: wrapping literal blocks
    
    * chore: update release and tag workflows
    
    * chore: update version strings
    weibullguy authored May 15, 2023
    Configuration menu
    Copy the full SHA
    97883db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e06c6a View commit details
    Browse the repository at this point in the history
  3. feat: wrap Sphinx style long parameter descriptions (#201)

    * feat: add new --style argument
    
    * test: for new --style argument
    
    * doc: for new --style argument
    
    * fix: long description before list not wrapping
    
    * Merge branch `master`
    
    * Merge branch release/v1.7.0
    
    * fix: not finding literal blocks
    
    * chore: add pre-commit-config.yaml
    
    * chore: add pre-commit-config.yaml
    
    * refactor: change FIELD_REGEX to SPHINX_REGEX
    weibullguy authored May 15, 2023
    Configuration menu
    Copy the full SHA
    cb7bf8d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    d05e873 View commit details
    Browse the repository at this point in the history
  2. feat: use tomllib for Python 3.11+ (#208)

    * feat: use tomllib for Python 3.11+
    
    * doc: update documentation for installing with TOML support
    weibullguy authored May 17, 2023
    Configuration menu
    Copy the full SHA
    f45a8e3 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. feat: support epytext style (#211)

    * feat: add wrapping support for Epytex
    
    * docs: update documentation for Epytext style
    
    * test: add tests for epytext style
    weibullguy authored May 18, 2023
    Configuration menu
    Copy the full SHA
    1cef4e9 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. fix: improper wrapping of short anonymous hyperlnks (#213)

    * fix: improper wrapping of anonymous hyperlinks
    
    * test: add test for improper wrapping of anonymous hyperlinks
    weibullguy authored May 19, 2023
    Configuration menu
    Copy the full SHA
    ddd3d0f View commit details
    Browse the repository at this point in the history
  2. chore: update version strings (#214)

    * chore: update version strings
    
    * chore: fix broken workflow
    weibullguy authored May 19, 2023
    Configuration menu
    Copy the full SHA
    59d8ebf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e625cd View commit details
    Browse the repository at this point in the history
Loading