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: realpython/pytest-mypy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.1
Choose a base ref
...
head repository: realpython/pytest-mypy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 18 commits
  • 6 files changed
  • 3 contributors

Commits on Jun 16, 2021

  1. Test with mypy 0.9x

    dmtucker committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    4b0a8bf View commit details
    Browse the repository at this point in the history
  2. Update publish deps

    dmtucker committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    123d7dc View commit details
    Browse the repository at this point in the history
  3. Update static deps

    dmtucker committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    0c3411d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #121 from dmtucker/mypy

    Update test deps
    dmtucker authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    a95618c View commit details
    Browse the repository at this point in the history
  5. Drop support for pytest<4.6

    dmtucker committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    c84025f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #95 from dmtucker/pytest

    Drop support for pytest<4.6
    dmtucker authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    3dc75df View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. Configuration menu
    Copy the full SHA
    b986572 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcefbb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Re-blacken the plugin

    dmtucker committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    d4bae65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fbff02 View commit details
    Browse the repository at this point in the history
  3. Create test_mypy_config_file

    dmtucker committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    8de5139 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #125 from Mohsin-Ul-Islam/config-file-flag

    feat: Allow pytest-mypy to pass mypy custom config file via flag
    dmtucker authored Jan 23, 2022
    Configuration menu
    Copy the full SHA
    2ee7bd4 View commit details
    Browse the repository at this point in the history
  5. Test python3.10

    dmtucker committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    0aecaa3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #127 from dmtucker/py310

    Test python3.10
    dmtucker authored Jan 23, 2022
    Configuration menu
    Copy the full SHA
    0f669ef View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    8ef5726 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #128 from dmtucker/py310-pytest6.2

    Require pytest 6.2+ on python 3.10+
    dmtucker authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    950c0d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9815488 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Merge pull request #130 from dmtucker/docs

    Update the changelog for 0.9.0
    dmtucker authored Jan 30, 2022
    Configuration menu
    Copy the full SHA
    518aae9 View commit details
    Browse the repository at this point in the history
Loading