Added all the packages for linting
This commit is contained in:
parent
1217c182a3
commit
e7505f2852
@ -10,11 +10,10 @@ deploy:
|
|||||||
- python -m build
|
- python -m build
|
||||||
- TWINE_PASSWORD=$PYPI_PASSWORD TWINE_USERNAME=$PYPI_USERNAME python3 -m twine upload dist/*
|
- TWINE_PASSWORD=$PYPI_PASSWORD TWINE_USERNAME=$PYPI_USERNAME python3 -m twine upload dist/*
|
||||||
|
|
||||||
test:
|
lint:
|
||||||
stage: test
|
stage: test
|
||||||
before_script:
|
before_script:
|
||||||
- pip install black flake8 isort
|
- pip install black flake8 isort 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
|
||||||
# - 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
|
|
||||||
script:
|
script:
|
||||||
- black --check src/
|
- black --check src/
|
||||||
- flake8 src/
|
- flake8 src/
|
||||||
|
Reference in New Issue
Block a user