Skip to content

Conversation

@MichaReiser
Copy link
Member

@MichaReiser MichaReiser commented May 2, 2025

Closes #17770

@MichaReiser MichaReiser added the documentation Improvements or additions to documentation label May 2, 2025
@MichaReiser MichaReiser force-pushed the micha/try-except-pass-link-to-options branch from d0107e1 to 875e6b2 Compare May 2, 2025 07:17
@MichaReiser MichaReiser changed the title doc: Add link to check-typed-exception from S110 doc: Add link to check-typed-exception from S110 and S112 May 2, 2025
@github-actions
Copy link
Contributor

github-actions bot commented May 2, 2025

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

@MichaReiser MichaReiser merged commit 17050e2 into main May 2, 2025
34 checks passed
@MichaReiser MichaReiser deleted the micha/try-except-pass-link-to-options branch May 2, 2025 07:26
dcreager added a commit that referenced this pull request May 2, 2025
* main:
  [red-knot] Refactor: no mutability in call APIs (#17788)
  [red-knot] Fix panic for `tuple[x[y]]` string annotation (#17787)
  [red-knot] Implicit instance attributes in generic methods (#17769)
  doc: Add link to `check-typed-exception` from `S110` and `S112` (#17786)
  Fix module name in ASYNC110, 115, and 116 fixes (#17774)
  [red-knot] More informative hover-types for assignments (#17762)
  [syntax-errors] Use consistent message for bad starred expression usage. (#17772)
  red_knot_server: add auto-completion MVP
  Allow passing a virtual environment to `ruff analyze graph` (#17743)
  Bump 0.11.8 (#17766)
  [`flake8-use-pathlib`] Fix `PTH104`false positive when `rename` is passed a file descriptor (#17712)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

S110 only works for Exception not other exception types for multi-line try blocks

2 participants