Update project to match latest version of pylint
dgarros opened this issue · 0 comments
dgarros commented
Environment
- Python version:
- Network Importer version: 3.0.0
Proposed Functionality
A side effect of #228 is that we updated the version of pylint and as a result the tests wouldn't pass because the latest verison of pylint introduced some new checks.
These new checks have been temporarily excluded in pyproject.toml but we should revisit that and update the code to pass all these tests
- consider-using-with,
- unspecified-encoding,
- use-dict-literal,
- consider-using-from-import,
- use-list-literal,