Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
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/pydocstyle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.2.0
Choose a base ref
...
head repository: PyCQA/pydocstyle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.2.1
Choose a head ref
  • 6 commits
  • 12 files changed
  • 4 contributors

Commits on Jan 2, 2023

  1. Add https protocol on websites at the README.rst (#611)

    The  documentation and the github website for this current project now have the https protocol in order to prioritize the secure website access.
    
    Co-authored-by: Sambhav Kothari <[email protected]>
    realFranco and sambhav authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    447af8f View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Add Python 3.11 to the testing matrix (#612)

    * Add Python 3.11 to the testing
    
    * tox.ini: Add py311
    
    * Update test.yml
    
    * Update tox.ini
    
    * Remove docs make command from tests
    
    Docs are automatically generated per pull request using RTD Oauth app. We don't need to regenerate them in github actions. This also removes the dependency on python 3.11 from docs generation.
    
    Co-authored-by: Sambhav Kothari <[email protected]>
    cclauss and sambhav authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    f4db095 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c55802 View commit details
    Browse the repository at this point in the history
  3. Use tomllib/tomli for reading .toml configs (#608)

    Use the built-in `tomllib` module in Python 3.11 and the modern `tomli`
    package in older Python versions to read .toml configs instead of
    the unmaintained and broken `toml` package.
    
    Fixes #599
    Fixes #600
    
    Co-authored-by: Sambhav Kothari <[email protected]>
    mgorny and sambhav authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    3bc3b87 View commit details
    Browse the repository at this point in the history
  4. Docs: pydocstyle supports Python 3.7 through 3.11. (#616)

    * Docs: pydocstyle supports Python 3.6 through 3.11.
    
    * Add note about python 3.6 compatibility
    
    Co-authored-by: Sambhav Kothari <[email protected]>
    cclauss and sambhav authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    671329e View commit details
    Browse the repository at this point in the history
  5. Cut a 6.2.1 release

    sambhav authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    45fbcc1 View commit details
    Browse the repository at this point in the history
Loading