Skip to content

Commit

Permalink
roll back
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Feb 6, 2024
1 parent 167ffe0 commit b572024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,4 @@ kg_microbe/transform_utils/mediadive/tmp/ingredient_overlap.*
kg_microbe/transform_utils/bacdive/tmp/bacdive_physiology_metabolism.tsv
data/raw/uniprot/s3/*.tsv
data/raw/uniprot/uniprot_empty_organism.tsv
uniprot_cache.sqlite
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ style = "pep440"

[tool.black]
line-length = 100
target-version = ["py39", "py310"]
target-version = ["py38", "py39", "py310"]

[tool.ruff]
lint.extend-ignore = [
Expand Down

0 comments on commit b572024

Please sign in to comment.