Skip to content

replace black formatter with ruff#247

Merged
ssenan merged 3 commits intopinellolab:mainfrom
ssenan:ruff
Oct 25, 2023
Merged

replace black formatter with ruff#247
ssenan merged 3 commits intopinellolab:mainfrom
ssenan:ruff

Conversation

@ssenan
Copy link
Collaborator

@ssenan ssenan commented Oct 25, 2023

@ssenan ssenan added enhancement New feature or request build Build System and Dependencies labels Oct 25, 2023
@ssenan ssenan added this to the 0.1.0 milestone Oct 25, 2023
@ssenan ssenan self-assigned this Oct 25, 2023
@ssenan ssenan marked this pull request as ready for review October 25, 2023 21:23
@codecov
Copy link

codecov bot commented Oct 25, 2023

Codecov Report

Merging #247 (a9c525b) into main (6e9e327) will decrease coverage by 0.11%.
The diff coverage is 20.00%.

@@            Coverage Diff             @@
##             main     #247      +/-   ##
==========================================
- Coverage   37.11%   37.00%   -0.11%     
==========================================
  Files          23       23              
  Lines        1482     1481       -1     
  Branches      202      202              
==========================================
- Hits          550      548       -2     
- Misses        924      925       +1     
  Partials        8        8              
Files Coverage Δ
src/dnadiffusion/data/dataloader.py 28.00% <100.00%> (ø)
src/dnadiffusion/data/preprocessing.py 38.61% <ø> (-0.61%) ⬇️
src/dnadiffusion/metrics/motif_composition.py 38.09% <100.00%> (-1.44%) ⬇️
src/dnadiffusion/utils/data_util.py 49.66% <ø> (ø)
src/dnadiffusion/utils/sample_util.py 43.85% <ø> (ø)
src/dnadiffusion/utils/train_util.py 0.00% <0.00%> (ø)
src/dnadiffusion/models/unet.py 0.00% <0.00%> (ø)
src/dnadiffusion/models/layers.py 0.00% <0.00%> (ø)

@ssenan ssenan merged commit 30b0384 into pinellolab:main Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Build System and Dependencies enhancement New feature or request

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

use ruff instead of black for code formatting

1 participant