• Antoine Kaufmann's avatar
    lint: update pylint config with qualified exception names · 753ba0b1
    Antoine Kaufmann authored
    This avoids the following warning printed many times:
    
      UserWarning: Specifying exception names in the overgeneral-exceptions option
      without module name is deprecated and support for it will be removed in
      pylint 3.0. Use fully qualified name (maybe 'builtins.BaseException' ?)
      instead.
    753ba0b1
.pylintrc 14.2 KB