network-importer icon indicating copy to clipboard operation
network-importer copied to clipboard

Update project to match latest version of pylint

Open dgarros opened this issue 3 years ago • 0 comments

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,

dgarros avatar Sep 02 '21 14:09 dgarros