mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Updated Contributions (markdown)
parent
c94ff0101c
commit
3e5dec64f3
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue