macisamuele / language-formatters-pre-commit-hooks

Collection of custom pre-commit hooks.
Apache License 2.0
112 stars 56 forks source link

Update mypy.ini to support python 3.7 syntax #193

Closed macisamuele closed 8 months ago

macisamuele commented 8 months ago

Fix broken build as prevent mypy 1.6 have dropped support for python 3.6.

From the changelog

Running mypy with --python-version 3.6, for example, is no longer supported. Python 3.6 hasn’t been properly supported by mypy for some time now, and this makes it explicit. This was contributed by Nikita Sobolev (PR 15668).

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (a362181) 100.00% compared to head (d9ff3d1) 100.00%. Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #193 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 10 10 Lines 317 317 ========================================= Hits 317 317 ```

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