Sebastian Rittau
Sebastian Rittau
### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. The following issue might be related: #1450 ### What Happened Please consider the following SQLite...
This was previously discussed in #5618 and came up in #5765. I think the consensus is that we should allow this. This issue is mainly to track this.
termcolor 2.0.0 (released 2022-09-11) supports types.
* [ ] mypy (https://github.com/python/mypy/issues/12280) * [ ] pytype * [x] pyright * [ ] pyre * [ ] PyCharm (nice to have, but not required)
**Describe the style change** Long PEP 604 annotations (`X | Y`) in function definitions (and probably other contexts) are currently broken into multiple lines without extra indentation. This makes it...
Unfortunately, multipart's `File` class seems to have a serious regression compared to cgi's `FieldStorage` class: Where `FieldStorage.type` contained the declared MIME type of the uploaded file (or `None` if not...
This issue is supposed to track when we can start to use type variable (etc.) defaults introduced in Python 3.13 ([PEP 696](https://peps.python.org/pep-0696/) in typeshed. Support is needed in released versions...
This will affect quite a few classes and will possibly have a fairly significant primer impact, but we should at least work towards this goal.
It might be a good idea to add platform availability information to stdlib/VERSIONS, instead of using the sys.platform hack we're currently using in the source files. This has the same...