Skip to content

Commit d0daa4a

Browse files
committed
Use IDE to apply suggested change locally per comment for doctring
1 parent 2b2de07 commit d0daa4a

File tree

1 file changed

+1
-1
lines changed
  • exasol/toolbox/util/dependencies

1 file changed

+1
-1
lines changed

exasol/toolbox/util/dependencies/audit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def audit_poetry_files(working_directory: Path) -> str:
6868
Audit the `pyproject.toml` and `poetry.lock` files
6969
7070
pip-audit evaluates installed packages. This is to provide
71-
additional security features beyond seeing if a given package
71+
additional security-related information beyond seeing if a given package
7272
has a known vulnerability. Thus, to audit our `pyproject.toml` and
7373
`poetry.lock` files without altering a locally sourced poetry environment,
7474
this function first exports the locked packages to a requirements.txt file.

0 commit comments

Comments
 (0)