mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user