add pytest to CI pipeline (#286)

This commit is contained in:
Jiri 2024-06-14 06:29:22 +08:00 committed by GitHub
parent 5bc80a043f
commit aa2925cde0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 172 additions and 18 deletions

View file

@ -6,3 +6,4 @@ strict_optional = false
disable_error_code = ["union-attr", "annotation-unchecked", "import-untyped"]
explicit_package_bases = true
warn_unused_ignores = true
exclude = ['tests']