Skip to content
Snippets Groups Projects
Commit a6c91cbe authored by Matt Wala's avatar Matt Wala
Browse files

Pylint: Switch to YAML-based config, fix failures

See also: ci-support!17
parent 8bf7a866
No related branches found
No related tags found
1 merge request!24Pylint: Switch to YAML-based config, fix failures
Pipeline #16423 passed
...@@ -53,13 +53,12 @@ Pylint: ...@@ -53,13 +53,12 @@ Pylint:
script: script:
- EXTRA_INSTALL="pymbolic matplotlib mpi4py" - EXTRA_INSTALL="pymbolic matplotlib mpi4py"
- py_version=3 - py_version=3
- 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/pylint-flexible-config/prepare-and-run-pylint.sh
- ". ./prepare-and-run-pylint.sh pytools test/test_*.py" - ". ./prepare-and-run-pylint.sh pytools test/test_*.py"
tags: tags:
- python3 - python3
except: except:
- tags - tags
allow_failure: true
Documentation: Documentation:
script: script:
......
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