Skip to content
Snippets Groups Projects
Commit 95503a44 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

ci(pyproject): remove redundant job

parent 12b29ec3
No related branches found
No related tags found
No related merge requests found
......@@ -47,17 +47,12 @@ Network Tools Test:
script:
- poetry run pytest ./tests/aliby/network
Code Lint:
Static Type:
stage: checks
allow_failure: true
script:
- poetry run black .
- poetry run isort .
Static Type:
stage: checks
allow_failure: true
script:
- poetry run mypy . --exclude 'setup\.py$'
# We can remove the flag once this is resolved https://github.com/pypa/setuptools/issues/2345
......
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