diff --git a/prospector_profile_duplicated/pylint.yaml b/prospector_profile_duplicated/pylint.yaml index d019b29..682ff45 100644 --- a/prospector_profile_duplicated/pylint.yaml +++ b/prospector_profile_duplicated/pylint.yaml @@ -28,7 +28,6 @@ ruff: - B904 # Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling [See: https://docs.astral.sh/ruff/rules/raise-without-from-inside-except] - E722 # Do not use bare `except` [See: https://docs.astral.sh/ruff/rules/bare-except] - S110 # `try`-`except`-`pass` detected, consider logging the exception [See: https://docs.astral.sh/ruff/rules/try-except-pass] - - - S602 # `subprocess` call with `shell=True` identified, security issue [See: https://docs.astral.sh/ruff/rules/subprocess-popen-with-shell-equals-true] - S603 # `subprocess` call: check for execution of untrusted input [See: https://docs.astral.sh/ruff/rules/subprocess-without-shell-equals-true] - S607 # Starting a process with a partial executable path [See: https://docs.astral.sh/ruff/rules/start-process-with-partial-path]-