瀏覽代碼

Remove unused mypy script (#25177)

tags/2.0.0-beta.2^2
Yongtao Huang 1 月之前
父節點
當前提交
334218a62c
沒有連結到貢獻者的電子郵件帳戶。
共有 2 個檔案被更改,包括 0 行新增35 行删除
  1. 0
    25
      api/mypy.ini
  2. 0
    10
      dev/mypy-check

+ 0
- 25
api/mypy.ini 查看文件

@@ -1,25 +0,0 @@
[mypy]
warn_return_any = True
warn_unused_configs = True
check_untyped_defs = True
cache_fine_grained = True
sqlite_cache = True
exclude = (?x)(
tests/
| migrations/
)

[mypy-flask_login]
ignore_missing_imports=True

[mypy-flask_restx]
ignore_missing_imports=True

[mypy-flask_restx.api]
ignore_missing_imports=True

[mypy-flask_restx.inputs]
ignore_missing_imports=True

[mypy-google.cloud.storage]
ignore_missing_imports=True

+ 0
- 10
dev/mypy-check 查看文件

@@ -1,10 +0,0 @@
#!/bin/bash

set -x

SCRIPT_DIR="$(dirname "$(realpath "$0")")"
cd "$SCRIPT_DIR/.."

# run mypy checks
uv run --directory api --dev --with pip \
python -m mypy --install-types --non-interactive --exclude venv ./

Loading…
取消
儲存