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

@@ -74,7 +74,6 @@ repos:
rev: "v1.2.5"
hooks:
- id: pycln
additional_dependencies: [click<8.1] # Unpin when typer updates
stages: [manual]
# Checking for common mistakes
@@ -127,7 +126,7 @@ repos:
rev: "v0.942"
hooks:
- id: mypy
args: [--show-error-codes]
args: []
exclude: ^(tests|docs)/
additional_dependencies: [nox, rich]