ci: fix pylint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
William Luke 2022-02-28 16:39:45 +03:00
parent 94e1525dcd
commit d19b551403
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ steps:
# Install dependencies
- pip install poetry
- poetry install
- poetry run pylint
- poetry run pylint cic_utils
- poetry run pytest
environment:
LOGLEVEL: info