Skip to content
Snippets Groups Projects
Commit d127ed4e authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Temp disable mypy

parent ec2ce477
No related branches found
Tags v2205.1.14
1 merge request!50Create Django sites on deployment, add more docs
Pipeline #22064 passed
...@@ -12,7 +12,7 @@ lint: ...@@ -12,7 +12,7 @@ lint:
- python3 -m pip install .[test] - python3 -m pip install .[test]
- mkdir .mypy_cache - mkdir .mypy_cache
script: script:
- mypy --install-types --non-interactive # - mypy --install-types --non-interactive
- black --check -t py310 src - black --check -t py310 src
pages: pages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment