omry / omegaconf

Flexible Python configuration system. The last one you will ever need.
BSD 3-Clause "New" or "Revised" License
1.94k stars 106 forks source link

mypy: update python_version and type: ignore comments #1016

Closed Jasha10 closed 1 year ago

Jasha10 commented 1 year ago

Mypy no longer officially supports python3.6. Updating the python_version setting in the mypy config avoids some errors that were only showing up when mypy was installed with python3.6.

Fixes the test failure here.