Skip to content
Snippets Groups Projects

Pylint: Switch to YAML-based config, fix failures

Merged Matt Wala requested to merge pylint-autogen into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -53,7 +53,7 @@ Pylint:
script:
- EXTRA_INSTALL="pymbolic matplotlib mpi4py"
- py_version=3
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/pylint-flexible-config/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 pytools test/test_*.py"
tags:
- python3
Loading