Subprocess run with ignored non-zero exit PYL-W1510
Bug risk
Minor
3 days ago2 years old
'subprocess.run' used without explicitly defining the value for 'check'.
141            self.cleanup()
142
143        info('<<lightyellow>>Check package and description')
144        if run('twine check dist/*', shell=True).returncode:145            return False  # pragma: no cover
146
147        if self.local: