Skip to content
Snippets Groups Projects
Commit 5e74898e authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

python 3.9 default for testing

update pre-commit hooks
parent 4c8bbf4b
No related branches found
No related tags found
No related merge requests found
#image: registry.esss.lu.se/ics-docker/miniconda
image: python:3.8-slim
image: python:3.9-slim
.pip_install_default: &pip_install_default
- apt update
- apt install git -y
......
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0
rev: v3.4.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
......@@ -15,6 +15,6 @@ repos:
- id: flake8
args: ['--max-line-length=140', '--ignore=E203,E402']
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.790
rev: v0.800
hooks:
- id: mypy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment