Adding all files

This commit is contained in:
2026-02-03 20:32:43 +02:00
parent 2588d10ba0
commit 77b70b600f
1457 changed files with 184865 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# SPDX-License-Identifier: MIT
import typing as t
from mypy.plugin import Plugin
# FIXME: properly deprecate this in the future
class DisnakePlugin(Plugin):
"""Custom mypy plugin; no-op as of version 2.9."""
def plugin(version: str) -> t.Type[Plugin]:
return DisnakePlugin