Skip to content

Get rid of # pylint pragmas#1069

Merged
scaramallion merged 2 commits into
pydicom:mainfrom
DimitriPapadopoulos:pylint
Mar 7, 2026
Merged

Get rid of # pylint pragmas#1069
scaramallion merged 2 commits into
pydicom:mainfrom
DimitriPapadopoulos:pylint

Conversation

@DimitriPapadopoulos
Copy link
Copy Markdown
Contributor

As far as i can see pylint is not used any more, this project uses ruff.

Tasks

  • Unit tests added that reproduce issue or prove feature is working
  • Fix or feature added
  • Documentation and examples updated (if relevant)
  • Unit tests passing and coverage at 100% after adding fix/feature
  • Type annotations updated and passing with mypy
  • Apps updated and tested (if relevant)

As far as i can see pylint is not used any more, this project uses ruff.
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.87%. Comparing base (34d4042) to head (9047a86).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1069   +/-   ##
=======================================
  Coverage   99.87%   99.87%           
=======================================
  Files          28       28           
  Lines        8984     8984           
=======================================
  Hits         8973     8973           
  Misses         11       11           
Files with missing lines Coverage Δ
pynetdicom/acse.py 100.00% <100.00%> (ø)
pynetdicom/ae.py 100.00% <ø> (ø)
pynetdicom/association.py 100.00% <ø> (ø)
pynetdicom/dimse.py 100.00% <ø> (ø)
pynetdicom/dimse_messages.py 100.00% <ø> (ø)
pynetdicom/dimse_primitives.py 100.00% <ø> (ø)
pynetdicom/dsutils.py 100.00% <ø> (ø)
pynetdicom/events.py 100.00% <ø> (ø)
pynetdicom/fsm.py 100.00% <ø> (ø)
pynetdicom/pdu.py 100.00% <ø> (ø)
... and 6 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@scaramallion scaramallion merged commit 1c2f181 into pydicom:main Mar 7, 2026
9 of 11 checks passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the pylint branch March 7, 2026 06:28
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