canonical / starbase

A base repository for packages from the Starcraft team
GNU Lesser General Public License v3.0
9 stars 5 forks source link

chore: use new mypy config `extra_checks` #158

Closed mr-cal closed 11 months ago

mr-cal commented 11 months ago

Resolves the following deprecation warning:

lint-mypy: commands[0]> mypy --install-types --non-interactive .
Warning: --strict-concatenate is deprecated; use --extra-checks instead

Source: https://github.com/canonical/craft-providers/commit/0b3f047763ce2e3f683f726c3548442242781aa2

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (46e9d22) 100.00% compared to head (00c4e83) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #158 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 10 10 Branches 2 2 ========================================= Hits 10 10 ```

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