ruff/crates/ruff_linter
Philipp Thiel 2971655b28
[flake8-bugbear] Treat raise NotImplemented-only bodies as stub functions (#10990)
## Summary

As discussed in
https://github.com/astral-sh/ruff/issues/10083#issuecomment-1969653610,
stubs detection now also covers the case where the function body raises
NotImplementedError and does nothing else.

## Test Plan

Tests for the relevant cases were added in B006_8.py
2024-04-17 14:06:40 +00:00
..
resources [flake8-bugbear] Treat raise NotImplemented-only bodies as stub functions (#10990) 2024-04-17 14:06:40 +00:00
src [flake8-bugbear] Treat raise NotImplemented-only bodies as stub functions (#10990) 2024-04-17 14:06:40 +00:00
__init__.py [pylint] (Re-)Implement import-private-name (C2701) (#9553) 2024-01-16 14:03:11 -05:00
Cargo.toml Bump version to v0.3.7 (#10895) 2024-04-12 03:39:45 +00:00