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

Merge branch 'pylint-autogen' into 'master'

Pylint fixes, switch to YAML-based config

Closes #14

See merge request !78
parents 483e563c d7af63bf
No related branches found
No related tags found
1 merge request!78Pylint fixes, switch to YAML-based config
Pipeline #16518 passed
...@@ -262,7 +262,6 @@ Pylint: ...@@ -262,7 +262,6 @@ Pylint:
- PROJECT_INSTALL_FLAGS="--editable" - PROJECT_INSTALL_FLAGS="--editable"
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh
- ". ./prepare-and-run-pylint.sh pyopencl test/test_*.py" - ". ./prepare-and-run-pylint.sh pyopencl test/test_*.py"
allow_failure: true
tags: tags:
- python3 - python3
except: except:
......
This diff is collapsed.
- arg: ignore
val: compyte
# https://github.com/PyCQA/pylint/issues/2694
- arg: disable
val: assignment-from-no-return
- arg: generated-members
val:
- cltypes.*
- gl_platform.*
- mako.template
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