Fix lint step
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Madis Mägi 2022-02-20 16:56:23 +02:00
parent b7cb6a87b5
commit 3f28718d4e

View File

@ -5,9 +5,10 @@ name: default
steps:
- name: lint
image: ubuntu
image: python
commands:
- sh "pre-commit run --all-files"
- pip install pre_commit
- pre-commit run --all-files
- name: docker
image: plugins/docker
settings: