mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-16 12:17:05 +03:00
Merge pull request #966 from tsteven4/typesr
Some checks are pending
Check tox tests / Check packaging 📦 (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / Build package (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / publish Python 🐍 distributions 📦 to PyPI (push) Blocked by required conditions
Test on GH actions environment / test (binary, windows-latest, 3.13, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.8.0) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.8.1) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.7.3) (push) Waiting to run
Some checks are pending
Check tox tests / Check packaging 📦 (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / Build package (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / publish Python 🐍 distributions 📦 to PyPI (push) Blocked by required conditions
Test on GH actions environment / test (binary, windows-latest, 3.13, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.8.0) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.8.1) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.7.3) (push) Waiting to run
fix mypy configuration
This commit is contained in:
@@ -210,7 +210,7 @@ commands = [["check-manifest", "{toxinidir}"], ["flake8", "aqt", "tests"]]
|
||||
|
||||
[tool.tox.env.mypy]
|
||||
extras = ["check"]
|
||||
deps = ["types-request", "types-beautifulsoup4", "types-psutil"]
|
||||
deps = ["lxml", "types-requests", "types-beautifulsoup4", "types-psutil"]
|
||||
commands = [["mypy", "--html-report", "build/mypy", "aqt"]]
|
||||
|
||||
[tool.tox.env.docs]
|
||||
|
||||
Reference in New Issue
Block a user