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: adamchainz/blacken-docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.0
Choose a base ref
...
head repository: adamchainz/blacken-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.1
Choose a head ref
  • 19 commits
  • 9 files changed
  • 3 contributors

Commits on Nov 22, 2021

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/asottile/pyupgrade: v2.29.0 → v2.29.1](asottile/pyupgrade@v2.29.0...v2.29.1)
    - [github.com/asottile/add-trailing-comma: v2.2.0 → v2.2.1](asottile/add-trailing-comma@v2.2.0...v2.2.1)
    pre-commit-ci[bot] authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    0db51a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #129 from asottile/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    asottile authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    4e4c7fe View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    dff2673 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #130 from asottile/all-repos_autofix_gh-funding-de…

    …fault
    
    Use org-default .github/FUNDING.yml
    asottile authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    38501e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/pre-commit/mirrors-mypy: v0.910-1 → v0.920](pre-commit/mirrors-mypy@v0.910-1...v0.920)
    pre-commit-ci[bot] authored Dec 20, 2021
    Configuration menu
    Copy the full SHA
    1f511cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #132 from asottile/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    asottile authored Dec 20, 2021
    Configuration menu
    Copy the full SHA
    744bb63 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0)
    - [github.com/pre-commit/mirrors-mypy: v0.920 → v0.930](pre-commit/mirrors-mypy@v0.920...v0.930)
    pre-commit-ci[bot] authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    d19318e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #133 from asottile/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    asottile authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    f35c84d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/pre-commit/mirrors-autopep8: v1.5.7 → v1.6.0](pre-commit/mirrors-autopep8@v1.5.7...v1.6.0)
    - [github.com/asottile/pyupgrade: v2.29.1 → v2.31.0](asottile/pyupgrade@v2.29.1...v2.31.0)
    pre-commit-ci[bot] authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    fe18e4d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #134 from asottile/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    asottile authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    31dfef9 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    cbfbc22 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #136 from asottile/all-repos_autofix_covdefaults-f…

    …ail-under
    
    remove --fail-under from tox (covdefaults handles this)
    asottile authored Jan 8, 2022
    Configuration menu
    Copy the full SHA
    0b038bd View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/pre-commit/mirrors-mypy: v0.930 → v0.931](pre-commit/mirrors-mypy@v0.930...v0.931)
    pre-commit-ci[bot] authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    a84ac3a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #137 from asottile/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    asottile authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    ac2382f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. drop python3.6 support

    python 3.6 reached end of life on 2021-12-23
    
    Committed via https://github.com/asottile/all-repos
    asottile committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    cfa698f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #140 from asottile/all-repos_autofix_drop-py36

    drop python3.6 support
    asottile authored Jan 15, 2022
    Configuration menu
    Copy the full SHA
    fb39015 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Fix target_versions for FileMode

    Fixes #141
    JelleZijlstra authored and asottile committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    e49b3a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #142 from JelleZijlstra/patch-1

    Fix target_versions for FileMode
    asottile authored Jan 30, 2022
    Configuration menu
    Copy the full SHA
    13141c4 View commit details
    Browse the repository at this point in the history
  3. v1.12.1

    asottile committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    7ae9389 View commit details
    Browse the repository at this point in the history
Loading