.
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Quentin Ferrand 2022-04-21 16:04:05 +02:00
parent 3ebd542814
commit fbe79256fb

View file

@ -5,7 +5,8 @@ name: python
steps: steps:
- name: test - name: test
image: python/latest #image: python/latest
image: alpine/git
commands: commands:
- pip install -q --upgrade pre-commit - pip install -q --upgrade pre-commit
- pre-commit run --all-files - pre-commit run --all-files