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.11.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.0
Choose a head ref
  • 17 commits
  • 5 files changed
  • 3 contributors

Commits on Aug 30, 2021

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

    updates:
    - [github.com/asottile/pyupgrade: v2.24.0 → v2.25.0](asottile/pyupgrade@v2.24.0...v2.25.0)
    pre-commit-ci[bot] authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    ea39f36 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #113 from asottile/pre-commit-ci-update-config

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

Commits on Sep 13, 2021

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

    updates:
    - [github.com/asottile/pyupgrade: v2.25.0 → v2.26.0](asottile/pyupgrade@v2.25.0...v2.26.0)
    pre-commit-ci[bot] authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    a4b5290 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #115 from asottile/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    asottile authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    142b2a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

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

    updates:
    - [github.com/asottile/pyupgrade: v2.26.0 → v2.28.0](asottile/pyupgrade@v2.26.0...v2.28.0)
    pre-commit-ci[bot] authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    f5303bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #119 from asottile/pre-commit-ci-update-config

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

Commits on Oct 4, 2021

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

    updates:
    - [github.com/asottile/pyupgrade: v2.28.0 → v2.29.0](asottile/pyupgrade@v2.28.0...v2.29.0)
    pre-commit-ci[bot] authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    5df22c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #120 from asottile/pre-commit-ci-update-config

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

Commits on Oct 11, 2021

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

    updates:
    - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1)
    - [github.com/pre-commit/mirrors-mypy: v0.910 → v0.910-1](pre-commit/mirrors-mypy@v0.910...v0.910-1)
    pre-commit-ci[bot] authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    0f4ccfa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #122 from asottile/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    asottile authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    02ce56c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Configuration menu
    Copy the full SHA
    849ce89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #124 from asottile/all-repos_autofix_systemexit-main

    replace exit(main()) with raise SystemExit(main())
    asottile authored Oct 23, 2021
    Configuration menu
    Copy the full SHA
    5abd91a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

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

    updates:
    - [github.com/asottile/add-trailing-comma: v2.1.0 → v2.2.0](asottile/add-trailing-comma@v2.1.0...v2.2.0)
    pre-commit-ci[bot] authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    42e6810 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #125 from asottile/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    asottile authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    8016cd8 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Fix nested code block syntax

    Fixes #126.
    
    Adjust the RST regex to match all code blocks, and then for non-Python blocks, return the source unaltered. This works since `re.sub()` only finds non-overlapping matches.
    adamchainz committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    9fa6d86 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Merge pull request #128 from adamchainz/issue_126_fix_nested_code_blocks

    Fix nested code block syntax
    asottile authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    732d0c0 View commit details
    Browse the repository at this point in the history
  2. v1.12.0

    asottile committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    505d32b View commit details
    Browse the repository at this point in the history
Loading