Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sourmash-bio/sourmash_plugin_branch…
Browse files Browse the repository at this point in the history
…water into refactor_tests
  • Loading branch information
ctb committed Nov 1, 2024
2 parents 62e7e07 + 31d3056 commit a366090
Show file tree
Hide file tree
Showing 16 changed files with 5,451 additions and 3,157 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Lint

on: [push, pull_request]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
src: "./src/python"
options: "--check --verbose"
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.22.5", features = ["extension-module", "anyhow"] }
rayon = "1.10.0"
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.213", features = ["derive"] }
sourmash = { version = "0.16.0", features = ["branchwater"] }
serde_json = "1.0.132"
niffler = "2.4.0"
log = "0.4.22"
env_logger = { version = "0.11.5" }
simple-error = "0.3.1"
anyhow = "1.0.90"
anyhow = "1.0.91"
zip = { version = "2.0", default-features = false }
tempfile = "3.13"
needletail = "0.5.1"
Expand Down
Loading

0 comments on commit a366090

Please sign in to comment.