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

Updated Contributions (markdown)

Peter Bieringer 2024-04-06 10:57:21 +02:00
parent c94ff0101c
commit 3e5dec64f3

@ -37,7 +37,7 @@ No error should be reported!
### Run "mypy"
```
python -c 'import importlib.util, subprocess, sys; importlib.util.find_spec("mypy") and sys.exit(subprocess.run(["mypy", "."]).returncode) or print("Skipped: mypy is not installed")'
python -c 'import importlib.util, subprocess, sys; importlib.util.find_spec("mypy") and sys.exit(subprocess.run(["mypy", "."]).returncode)'
...
```
No error should be reported!