Skip to content

Commit 36d1b1c

Browse files
authored
Update metadata files (#248)
1 parent aec97d8 commit 36d1b1c

3 files changed

Lines changed: 19 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires-python = ">=3.11,<3.14"
99
dependencies = [
1010
"aioftp>=0.23.1",
1111
"anndata>=0.12.0",
12-
"bioservices>=1.12.1",
12+
"bioservices>=1.13.0",
1313
"cobamp@git+https://github.com/JoshLoecker/cobamp@master",
1414
"cobra>=0.28.0",
1515
"joypy>=0.2.6",
@@ -28,7 +28,7 @@ dependencies = [
2828
"statsmodels>=0.13.0; python_version < '3.12'",
2929
"statsmodels>=0.14.0; python_version >= '3.12'",
3030
"troppo@git+https://github.com/JoshLoecker/troppo@master",
31-
"zfpkm>=1.0.3",
31+
"zfpkm>=1.1.0",
3232
]
3333

3434
[project.optional-dependencies]

ruff.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
src = ["main/como"]
12
line-length = 120
23
extend-include = ["docs/**/*.py", "tests/**/*.py", "**/*.ipynb"]
34

@@ -6,7 +7,11 @@ quote-style = "double"
67
docstring-code-format = true
78

89
[lint]
9-
extend-fixable = ["I001"]
10+
extend-fixable = [
11+
"I001",
12+
"RUF022",
13+
"W293",
14+
]
1015
# Linting rules: https://docs.astral.sh/ruff/rules/
1116
unfixable = [
1217
"F401", # warn about, but do not remove, unused imports
@@ -45,6 +50,9 @@ ignore = [
4550
"TRY003", # allow exception messages outside the `Exception` class
4651
]
4752

53+
[lint.isort]
54+
known-first-party = ["como"]
55+
4856
[lint.pydocstyle]
4957
convention = "google"
5058

uv.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)