Enable mypy strict equality checking (#10150)

Fixes one impossible check, but that's it! Closes
https://github.com/certbot/certbot/issues/5649.
This commit is contained in:
ohemorange
2025-01-27 14:55:57 -08:00
committed by GitHub
parent 60b88a3b83
commit 9d049723c2
3 changed files with 1 additions and 11 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ commands = python -m pylint --reports=n --rcfile=.pylintrc {[base]source_paths}
deps =
{[testenv]deps}
-e certbot-ci
commands = mypy {[base]source_paths}
commands = mypy {[base]source_paths} --strict-equality
[testenv:isolated-acme]
description = Tests acme without any Certbot components installed