You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Pull Request
## Title
Additional fixups for the most recent versions of python/pylint.
---
## Description
- Converts some quote inconsistency ignores to `"""` strings
- Ignores a `Generator` typehint issue that changed with 3.13
- Adjusts a comment in pyproject.toml to help us track what needs to
change after dropping support for 3.8 - #749.
---
## Type of Change
- 🔄 Refactor
---
There may still be some deployment use cases for this so probably not just yet.
When we do get to it, don't forget to look for various
sys.version_info
checks to remove.The text was updated successfully, but these errors were encountered: