Conversation

DimitriPapadopoulos

Summary

Apply UP rules except UP031 (598 errors) and UP032 (86 errors)

List of changes proposed in this PR (pull-request)

  • Apply ruff/pyupgrade rule UP018
    UP018 Unnecessary float call (rewrite as a literal)
  • Apply ruff/pyupgrade rule UP024
    UP024 Replace aliased errors with OSError
  • Apply ruff/pyupgrade rule UP030
    UP030 Use implicit references for positional format fields
  • Apply ruff/pyupgrade rule UP036
    UP036 Version block is outdated for minimum Python version

@codecovCodecov

Codecov Report

Attention: coverage is 0% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 70.90%. Comparing base (a17de8e) to head (dea4116).

Files%Lines
nipype/interfaces/io.py0.00%1 Missing⚠️
nipype/pipeline/engine/workflows.py0.00%1 Missing⚠️
nipype/pipeline/plugins/sge.py0.00%1 Missing⚠️
nipype/pipeline/plugins/sgegraph.py0.00%1 Missing⚠️
nipype/pipeline/plugins/slurmgraph.py0.00%1 Missing⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3647   +/-   ##
=======================================
  Coverage   70.90%   70.90%           
=======================================
  Files        1277     1277           
  Lines       59477    59477           
  Branches     9819     9819           
=======================================
  Hits        42172    42172           
  Misses      16134    16134           
  Partials     1171     1171           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

	UP018 Unnecessary `float` call (rewrite as a literal)
	UP024 Replace aliased errors with `OSError`
	UP030 Use implicit references for positional format fields
	UP036 Version block is outdated for minimum Python version
Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.