Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jan 31, 2024
1 parent 0357083 commit 87fc576
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lexica/cell/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
biolexica.Input(source="mesh", processor="pyobo", ancestors=["mesh:D002477"]), # cells
biolexica.Input(source="efo", processor="pyobo", ancestors=["efo:0000324"]),
biolexica.Input(source="cellosaurus", processor="pyobo"),
# Input(source="ccle", processor="pyobo"),
# biolexica.Input(source="ccle", processor="pyobo"),
biolexica.Input(source="bto", processor="pyobo"),
biolexica.Input(source="cl", processor="pyobo"),
biolexica.Input(source="clo", processor="pyobo"),
Expand Down
9 changes: 7 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,12 @@ docs =
sphinx-rtd-theme
sphinx-click
sphinx_automodapi

autodoc_pydantic

[options.entry_points]
console_scripts =
biolexica = biolexica.cli:main


######################
# Doc8 Configuration #
# (doc8.ini) #
Expand Down Expand Up @@ -127,6 +126,12 @@ exclude_lines =
docstring_style = sphinx
strictness = short

#######################
# MyPy Configuration #
#######################
[mypy]
plugins = pydantic.mypy

#########################
# Flake8 Configuration #
# (.flake8) #
Expand Down
2 changes: 1 addition & 1 deletion src/biolexica/web.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A FastAPI wrapper for Gilda."""

import pathlib
from typing import Union, List
from typing import List, Union

import fastapi
import gilda
Expand Down

0 comments on commit 87fc576

Please sign in to comment.