Skip to content

Commit

Permalink
document dev requirements and tweak formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Jan 10, 2024
1 parent 6bd5cdc commit eed9f87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion anglerfish/demux/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class SampleStat:
std_read_len: float
i7_reversed: bool
i5_reversed: bool
ont_barcode: str|None = None
ont_barcode: str | None = None
header: ClassVar[list] = [
"sample_name",
"#reads", # We specify this for historical reasons
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev-conda.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
conda-forge::pre-commit
conda-forge::prettier
3 changes: 3 additions & 0 deletions requirements-dev-pip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ruff
mypy
editorconfig-checker

0 comments on commit eed9f87

Please sign in to comment.