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:
script:
- EXTRA_INSTALL="pymbolic matplotlib mpi4py"
- 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"
tags:
- python3
except:
- tags
allow_failure: true
Documentation:
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