agrc / masquerade

Disguise UGRC's Web API endpoints as an Esri locator service.
https://github.com/agrc/masquerade#readme
MIT License
1 stars 0 forks source link

deps: bump ruff to latest minor #207

Closed stdavis closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.69%. Comparing base (bfd45ed) to head (773ba18). Report is 119 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #207 +/- ## ========================================== + Coverage 85.39% 92.69% +7.29% ========================================== Files 3 4 +1 Lines 315 356 +41 Branches 33 44 +11 ========================================== + Hits 269 330 +61 + Misses 40 17 -23 - Partials 6 9 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

steveoh commented 1 month ago

apparently this allows pytest ruff to work if you wanted to revert those changes?

stdavis commented 1 month ago

apparently this allows pytest ruff to work if you wanted to revert those changes?

I think that I like it better to run ruff as a separate step. This is another reason not to mess with pytest ruff: https://github.com/microsoft/vscode-python/issues/23311