1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

cosmetics

Peter Bieringer 2024-04-06 10:57:38 +02:00
parent 3e5dec64f3
commit 9f1b1e38c8

@ -34,7 +34,7 @@ isort --check --diff .
``` ```
No error should be reported! No error should be reported!
### Run "mypy" #### Run "mypy"
``` ```
python -c 'import importlib.util, subprocess, sys; importlib.util.find_spec("mypy") and sys.exit(subprocess.run(["mypy", "."]).returncode)' python -c 'import importlib.util, subprocess, sys; importlib.util.find_spec("mypy") and sys.exit(subprocess.run(["mypy", "."]).returncode)'