Skip to content
  • Deimos's avatar
    Update Prospector to 1.2.0 · 5c1a4dde
    Deimos authored
    This required a few minor changes/fixes:
    
    * Change the name of an ignored pylint check about logging interpolation
    * Add check=True to all subprocess.run() calls - this probably always
      should have been used so the scripts will crash if a command fails
    * Remove a couple of unnecessary list comprehensions
    * Ignore some warnings caused by mypy @hybrid_property workaround
    5c1a4dde