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

This commit is contained in:
Quentin Ferrand 2022-04-21 16:00:57 +02:00
parent 257ab068f3
commit af6873bc42

View file

@ -5,7 +5,7 @@ name: python
steps:
- name: test
image: python:latest
image: python:3.10
commands:
- pip install -q --upgrade pre-commit
- pre-commit run --all-files