# URL checker contribution ## Install development environnment ``` python3 -m venv venv . venv/bin/activate pip install --upgrade --editable ".[dev]" py.test
surykatka -u URL
``` ## Check the code ``` pyflakes src/surykatka/*py tests/*py setup.py black -t py37 -l 79 src/surykatka/*py tests/*py setup.py ``` ## SNI Support https://stackoverflow.com/questions/18578439/using-requests-with-tls-doesnt-give-sni-support/18579484