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