Skip to content
Snippets Groups Projects
Commit b85792f8 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Enable running Flake8 during CI

parent edabcfed
No related branches found
No related tags found
No related merge requests found
......@@ -100,3 +100,12 @@ Documentation:
- python3.5
only:
- master
Flake8:
script:
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-flake8.sh
- ". ./prepare-and-run-flake8.sh loopy test"
tags:
- python3.5
except:
- tags
[flake8]
ignore = E126,E127,E128,E123,E226,E241,E242,E265,N802,W503,E402
max-line-length=85
exclude=loopy/target/c/compyte/ndarray
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