Skip to content

Commit

Permalink
Merge pull request #109 from sbrunner/fix
Browse files Browse the repository at this point in the history
Fix extra dash
  • Loading branch information
sbrunner authored Jan 4, 2025
2 parents 3bae034 + fecda6e commit a479174
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prospector_profile_duplicated/pylint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]-
Expand Down

0 comments on commit a479174

Please sign in to comment.