-
- Downloads
Pin pylint to avoid failures
The newer container has pylint 2.5.2, which now fails with errors like: ``` src/ska/base/__init__.py:17: [E0401(import-error), ] Unable to import 'src.ska.base.base_device' ``` Pinning to an earlier version of pylint to avoid this.
Please register or sign in to comment