Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to ruff linting #2952

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Switch linting to Ruff

d9256d9
Select commit
Loading
Failed to load commit list.
Open

Switch to ruff linting #2952

Switch linting to Ruff
d9256d9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 24, 2024 in 0s

89.63% (-0.01%) compared to 998d710, passed because coverage increased by +0.02% when compared to adjusted base (89.60%)

View this Pull Request on Codecov

89.63% (-0.01%) compared to 998d710, passed because coverage increased by +0.02% when compared to adjusted base (89.60%)

Details

Codecov Report

Attention: Patch coverage is 98.95833% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 89.63%. Comparing base (998d710) to head (d9256d9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2952      +/-   ##
==========================================
- Coverage   89.63%   89.63%   -0.01%     
==========================================
  Files          29       29              
  Lines       30189    30173      -16     
  Branches     5877     5877              
==========================================
- Hits        27061    27045      -16     
  Misses       1789     1789              
  Partials     1339     1339              
Files Coverage Δ
python/tskit/cli.py 96.96% <100.00%> (ø)
python/tskit/combinatorics.py 99.36% <100.00%> (ø)
python/tskit/drawing.py 99.23% <100.00%> (-0.01%) ⬇️
python/tskit/exceptions.py 100.00% <100.00%> (ø)
python/tskit/formats.py 99.46% <100.00%> (ø)
python/tskit/genotypes.py 99.07% <100.00%> (ø)
python/tskit/intervals.py 100.00% <100.00%> (ø)
python/tskit/metadata.py 99.04% <100.00%> (-0.01%) ⬇️
python/tskit/provenance.py 100.00% <ø> (ø)
python/tskit/stats.py 100.00% <100.00%> (ø)
... and 5 more