Noref more permissive gnd uri handling #177
Annotations
4 errors and 2 warnings
Python / Tests (3.9, postgresql14, opensearch2):
idutils/validators.py#L1
pydocstyle-check
/home/runner/work/idutils/idutils/idutils/validators.py:238 in public function `is_gnd`:
D202: No blank lines allowed after function docstring (found 1)
|
Python / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
|
Python / Tests (3.12, postgresql14, opensearch2):
idutils/validators.py#L1
pydocstyle-check
/home/runner/work/idutils/idutils/idutils/validators.py:238 in public function `is_gnd`:
D202: No blank lines allowed after function docstring (found 1)
|
Python / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.
|
Python / Tests (3.9, postgresql14, opensearch2):
tests/test_custom_scheme_registry.py#L18
Implicit imports (e.g., 'import idutils; idutils.function;') might be removed in the next major version. Please use explicit imports (e.g., 'from idutils import function;') instead.
|
Python / Tests (3.12, postgresql14, opensearch2):
tests/test_custom_scheme_registry.py#L18
Implicit imports (e.g., 'import idutils; idutils.function;') might be removed in the next major version. Please use explicit imports (e.g., 'from idutils import function;') instead.
|