Changing stage to test on the linters
This commit is contained in:
parent
717a02ace5
commit
1217c182a3
@ -10,8 +10,8 @@ deploy:
|
||||
- python -m build
|
||||
- TWINE_PASSWORD=$PYPI_PASSWORD TWINE_USERNAME=$PYPI_USERNAME python3 -m twine upload dist/*
|
||||
|
||||
lint:
|
||||
stage: lint
|
||||
test:
|
||||
stage: test
|
||||
before_script:
|
||||
- pip install black flake8 isort
|
||||
# - pip install flake8-bugbear flake8-builtins flake8-comprehensions flake8-tidy-imports flake8-eradicate flake8-print flake8-return flake8-use-fstring git+https://github.com/derrix060/flake8-expression-complexity.git
|
||||
|
Reference in New Issue
Block a user