Skip to content
Snippets Groups Projects

Update pre-commit hooks

Merged Eva Bardou requested to merge bump-precommit into master
+ 2
2
@@ -8,7 +8,7 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive
test:
image: python:3.11
image: python:3
stage: test
cache:
@@ -29,7 +29,7 @@ test:
lint:
stage: test
image: python:3
image: python:3.11
cache:
paths:
Loading