Colin-b / pytest_httpx

pytest fixture to mock HTTPX
https://colin-b.github.io/pytest_httpx/
MIT License
344 stars 32 forks source link

Add Any type to **matchers argument to statisfy strict type checking #105

Closed dolfandringa closed 1 year ago

dolfandringa commented 1 year ago

closes #104

Adding :Any type hint to **matchers arguments. This is to satisfy pyrights strict type checking mode.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Colin-b commented 1 year ago

Thanks for the fix, unsure about a release date for now but this will be included in next release for sure !