ci: drop win2016 (#3854)

* ci: drop dead windows CI jobs

* chore: touch up pre-commit

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

* Update configure.yml

* Update configure.yml
This commit is contained in:
Henry Schreiner
2022-04-11 16:54:33 -04:00
committed by GitHub
parent 088ad4f298
commit 9969f3b5b5
4 changed files with 7 additions and 59 deletions

View File

@@ -24,8 +24,10 @@ profile = "black"
[tool.mypy]
files = ["pybind11"]
python_version = "3.6"
warn_unused_configs = true
strict = true
show_error_codes = true
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
warn_unreachable = true
[[tool.mypy.overrides]]
module = ["ghapi.*", "setuptools.*"]