-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
groom dependencies #2217
Comments
nmdc_schema/anyuri_strings_to_iris.py:4:8: DEP003 'curies' imported but it is a transitive dependency |
nmdc_schema/anyuri_strings_to_iris.py:3:8: DEP004 'click' imported but declared as a dev dependency |
nmdc_schema/migration_recursion.py:9:8: DEP001 'yaml' imported but missing from the dependency definitions |
pyproject.toml: DEP002 'mkdocs' defined as a dependency but not used in the codebase |
The plugins:
- search
- mermaid2:
version: 10.9.0
- redirects: # reference: https://github.com/mkdocs/mkdocs-redirects
redirect_maps:
'home.md': 'index.md' # redirects "/home" to "/" |
poetry add --group dev deptry poetry run deptry .
The text was updated successfully, but these errors were encountered: