Skip to content

Update mypy.ini to support python 3.7 syntax#193

Merged
macisamuele merged 1 commit intomasterfrom
macisamuele-patch-1
Nov 4, 2023
Merged

Update mypy.ini to support python 3.7 syntax#193
macisamuele merged 1 commit intomasterfrom
macisamuele-patch-1

Conversation

@macisamuele
Copy link
Copy Markdown
Owner

@macisamuele macisamuele commented Nov 4, 2023

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).

Python 3.6 is no longer supported and mypy does no longer accept 3.6 syntax. This change makes sure that mypy can run
@macisamuele macisamuele enabled auto-merge November 4, 2023 13:56
@codecov
Copy link
Copy Markdown

codecov bot commented Nov 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

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
@@            Coverage Diff            @@
##            master      #193   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          317       317           
=========================================
  Hits           317       317           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@macisamuele macisamuele merged commit 628f6ae into master Nov 4, 2023
@macisamuele macisamuele deleted the macisamuele-patch-1 branch November 4, 2023 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant