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: tox-dev/tox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.11.3
Choose a base ref
...
head repository: tox-dev/tox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.11.4
Choose a head ref
  • 17 commits
  • 16 files changed
  • 10 contributors

Commits on Sep 11, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#3124)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    29e0f70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9429881 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. docs(config): fix default value for install_command (#3126)

    The `install_command` config is documented as having the default value:
    
      python -I -m pip install <opts> <packages>
    
    The last two arguments are not substituable and are thus passed as is
    (eg as packages to install) resulting in:
    
      py3-test: install_deps> python -I -m pip install -v '<opts>'
      '<packages>' '.[test]'
      ERROR: Invalid requirement: '<opts>'
    
    Adjust the documentation to use the replaceable variables: `{opts}` and
    `{packages}`.
    hashar authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    85ce052 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#3128)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    bcfbaed View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#3132)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    ca2570a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

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

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    bab2d2a View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#3135)

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
    - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
    - [github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.291...v0.0.292)
    
    Signed-off-by: Bernát Gábor <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c223cff View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

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

Commits on Oct 30, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#3147)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    065740c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#3149)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    adf04c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

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

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.5](astral-sh/ruff-pre-commit@v0.1.4...v0.1.5)
    - [github.com/tox-dev/pyproject-fmt: 1.4.1 → 1.5.1](tox-dev/pyproject-fmt@1.4.1...1.5.1)
    - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v3.1.0](pre-commit/mirrors-prettier@v3.0.3...v3.1.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.5](astral-sh/ruff-pre-commit@v0.1.4...v0.1.5)
    pre-commit-ci[bot] authored and jugmac00 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5c184de View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and jugmac00 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2e9e8b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#3161)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.5...v0.1.6)
    - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.5...v0.1.6)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    0303efd View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    576a820 View commit details
    Browse the repository at this point in the history
  2. Fixed 'AppData' not passed to env by default (#3151) (#3160)

    Co-authored-by: Decee1 <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b84e9ae View commit details
    Browse the repository at this point in the history
  3. release 4.11.4

    gaborbernat committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    583ce54 View commit details
    Browse the repository at this point in the history
Loading