Skip to content
Snippets Groups Projects
Commit 0b346b5d authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Add flake8 linting

parent 1c469680
No related branches found
No related tags found
1 merge request!2PyPI publish package
Pipeline #21099 failed
image: python:3.7 image: python:3.7
stages: stages:
- lint
- test - test
- deploy - deploy
...@@ -8,6 +9,12 @@ before_script: ...@@ -8,6 +9,12 @@ before_script:
- pip install poetry - pip install poetry
- poetry install -v - poetry install -v
lint:
before_script:
- pip intall flake8
script:
- flake8 --max-line-length=88 crisprbact
test: test:
stage: test stage: test
script: script:
......
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