-
Notifications
You must be signed in to change notification settings - Fork 180
Comparing changes
Open a pull request
base repository: prospector-dev/prospector
base: v1.14.1
head repository: prospector-dev/prospector
compare: v1.15.0
- 16 commits
- 14 files changed
- 1 contributor
Commits on Jan 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8930755 - Browse repository at this point
Copy the full SHA 8930755View commit details
Commits on Feb 5, 2025
-
Merge pull request #722 from prospector-dev/blending-ignore
Ignore the blended messages
Configuration menu - View commit details
-
Copy full SHA for 5e06adc - Browse repository at this point
Copy the full SHA 5e06adcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50e37be - Browse repository at this point
Copy the full SHA 50e37beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fbd9c8 - Browse repository at this point
Copy the full SHA 0fbd9c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15ff788 - Browse repository at this point
Copy the full SHA 15ff788View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45d981a - Browse repository at this point
Copy the full SHA 45d981aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66d09db - Browse repository at this point
Copy the full SHA 66d09dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 278f9d5 - Browse repository at this point
Copy the full SHA 278f9d5View commit details
Commits on Feb 6, 2025
-
Merge pull request #724 from prospector-dev/more-blending
More blending correspondances
Configuration menu - View commit details
-
Copy full SHA for 63d4e11 - Browse repository at this point
Copy the full SHA 63d4e11View commit details
Commits on Feb 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f315996 - Browse repository at this point
Copy the full SHA f315996View commit details -
Configuration menu - View commit details
-
Copy full SHA for eef6194 - Browse repository at this point
Copy the full SHA eef6194View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f7357 - Browse repository at this point
Copy the full SHA 13f7357View commit details -
Merge pull request #725 from prospector-dev/more-blending
Add blending between pydocestyle and Ruff
Configuration menu - View commit details
-
Copy full SHA for 8ad2d5e - Browse repository at this point
Copy the full SHA 8ad2d5eView commit details
Commits on Feb 11, 2025
-
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]"). ```
Configuration menu - View commit details
-
Copy full SHA for 17be7ad - Browse repository at this point
Copy the full SHA 17be7adView commit details
Commits on Feb 26, 2025
-
Merge pull request #721 from prospector-dev/mypy-codes
Add missing code on mypy errors
Configuration menu - View commit details
-
Copy full SHA for 27e0e07 - Browse repository at this point
Copy the full SHA 27e0e07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25e2d24 - Browse repository at this point
Copy the full SHA 25e2d24View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.14.1...v1.15.0