[New-bugs-announce] [issue41516] venv activate scripts do not pass ShellCheck

D. A. Pellegrino report at bugs.python.org
Mon Aug 10 11:52:50 EDT 2020


New submission from D. A. Pellegrino <donald.a.pellegrino at gmail.com>:

The activate scripts created by the venv module do not pass checks by ShellCheck (https://www.shellcheck.net/). ShellCheck generally has a point for each warning and note generated against the venv activate scripts. Addressing the ShellCheck reports would align the activate script implementation with best practices.

----------
components: Extension Modules
messages: 375125
nosy: user93448
priority: normal
severity: normal
status: open
title: venv activate scripts do not pass ShellCheck
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41516>
_______________________________________


More information about the New-bugs-announce mailing list