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: prospector-dev/prospector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.1
Choose a base ref
...
head repository: prospector-dev/prospector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.15.0
Choose a head ref
  • 16 commits
  • 14 files changed
  • 1 contributor

Commits on Jan 30, 2025

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

Commits on Feb 5, 2025

  1. Merge pull request #722 from prospector-dev/blending-ignore

    Ignore the blended messages
    sbrunner authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    5e06adc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50e37be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fbd9c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15ff788 View commit details
    Browse the repository at this point in the history
  5. Add some more dupplicated

    sbrunner committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    45d981a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66d09db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    278f9d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Merge pull request #724 from prospector-dev/more-blending

    More blending correspondances
    sbrunner authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    63d4e11 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. Add some new founf blend

    sbrunner committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    f315996 View commit details
    Browse the repository at this point in the history
  2. Add pycodestyle Ruff blend

    sbrunner committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    eef6194 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13f7357 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #725 from prospector-dev/more-blending

    Add blending between pydocestyle and Ruff
    sbrunner authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    8ad2d5e View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Add missing code on mypy errors

    Use mypy api to get the messages details
    
    before:
    ```
    prospector/blender.py:81:13: error(mypy): List comprehension has incompatible type List[Message]; expected List[str]  [misc]
    prospector/blender.py:101:12: error(mypy): Incompatible return value type (got "list[str]", expected "list[Message]")  [return-value]
    ```
    
    after:
    ```
    prospector/blender.py:81:12: misc(mypy): List comprehension has incompatible type List[Message]; expected List[str].
    prospector/blender.py:101:11: return-value(mypy): Incompatible return value type (got "list[str]", expected "list[Message]").
    ```
    sbrunner committed Feb 11, 2025
    Configuration menu
    Copy the full SHA
    17be7ad View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Merge pull request #721 from prospector-dev/mypy-codes

    Add missing code on mypy errors
    sbrunner authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    27e0e07 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.15.0

    sbrunner committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    25e2d24 View commit details
    Browse the repository at this point in the history
Loading