Skip to content

Conversation

@deepsource-autofix
Copy link
Contributor

subprocess.run uses a default of check=False, which means that a nonzero exit code will be
ignored by default, instead of raising an exception.

You can ignore this issue if this behaviour is intended.

`subprocess.run` uses a default of `check=False`, which means that a nonzero exit code will be
ignored by default, instead of raising an exception.

You can ignore this issue if this behaviour is intended.
This commit fixes the style issues introduced in 02df267 according to the output
from Black and Ruff Formatter.

Details: #73
@deepsource-io
Copy link
Contributor

deepsource-io bot commented Oct 4, 2025

Here's the code health analysis summary for commits 059ccc7..d49dc2c. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Python LogoPython❌ Failure
❗ 1 occurence introduced
🎯 3 occurences resolved
View Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@Silletr Silletr merged commit 49fdb60 into master Oct 4, 2025
1 of 2 checks passed
@Silletr Silletr deleted the deepsource-autofix-bee70e34 branch October 4, 2025 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants