Skip to content
Snippets Groups Projects
Commit 967e14af authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

Merge branch 'fix_ci' into 'master'

Fix CI

See merge request e3/e3-require!69
parents fae2ee0d 022f7d2c
No related branches found
No related tags found
No related merge requests found
[flake8]
ignore = E501, E203, W503
# E501, E203: black
# W503: PEP8
---
stages:
- check
- build
......@@ -13,6 +12,12 @@ default:
### stage: check
run pre-commit:
stage: check
image: registry.esss.lu.se/ics-docker/pre-commit:latest
script:
- pre-commit run --all-files
shellcheck:
image: pipelinecomponents/shellcheck:latest
stage: check
......
repos:
- repo: https://github.com/ambv/black
rev: 21.6b0
rev: 21.11b1
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
- repo: https://gitlab.com/PyCQA/flake8
rev: 3.9.2
hooks:
- id: flake8
- id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/timothycrosley/isort
rev: 5.9.1
rev: 5.10.1
hooks:
- id: isort
args: ["--profile", "black"]
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