ruff/crates/ruff_linter/src
Mohammad Amin Ghasemi e1b5b0de71
[flake8-import-conventions] Add import numpy.typing as npt to default flake8-import-conventions.aliases (#17133)
## Summary
Adds import `numpy.typing as npt` to `default in
flake8-import-conventions.aliases`
Resolves #17028

## Test Plan
Manually ran local ruff on the altered fixture and also ran `cargo test`
2025-04-02 09:25:46 +02:00
..
checkers Control flow graph: setup (#17064) 2025-04-01 05:53:42 -05:00
comments
cst
docstrings bump MSRV to 1.83 (#16294) 2025-02-26 06:12:43 -08:00
fix [internal] Return Messages from check_path (#16837) 2025-03-19 10:08:07 -04:00
importer Recognize all symbols named TYPE_CHECKING for in_type_checking_block (#15719) 2025-02-06 14:45:12 +01:00
message [syntax-errors] Start detecting compile-time syntax errors (#16106) 2025-03-21 14:45:25 -04:00
registry
rules [flake8-import-conventions] Add import numpy.typing as npt to default flake8-import-conventions.aliases (#17133) 2025-04-02 09:25:46 +02:00
settings Escape template filenames in glob patterns (#16407) 2025-03-03 09:29:58 -05:00
snapshots Use inline snapshots in # noqa unit tests (#16687) 2025-03-13 15:37:37 +01:00
codes.rs [flake8-bandit] Deprecate suspicious-xmle-tree-usage (S320) (#16680) 2025-03-13 15:37:37 +01:00
directives.rs
doc_lines.rs
fs.rs Escape template filenames in glob patterns (#16407) 2025-03-03 09:29:58 -05:00
lib.rs
line_width.rs
linter.rs [syntax-errors] Start detecting compile-time syntax errors (#16106) 2025-03-21 14:45:25 -04:00
locator.rs test: another update to add back a caret 2025-01-15 13:37:52 -05:00
logging.rs
noqa.rs [internal] Return Messages from check_path (#16837) 2025-03-19 10:08:07 -04:00
package.rs
packaging.rs
pyproject_toml.rs
registry.rs Sort linters alphabetically (#16168) 2025-02-14 22:05:08 +01:00
renamer.rs Add per-file-target-version option (#16257) 2025-02-24 08:47:13 -05:00
rule_redirects.rs [flake8-bandit] Move unsafe-markup-use from RUF035 to S704 (#15957) 2025-03-13 15:37:37 +01:00
rule_selector.rs Remove test rules from JSON schema (#15627) 2025-01-24 10:17:59 +05:30
source_kind.rs
test.rs [internal] Return Messages from check_path (#16837) 2025-03-19 10:08:07 -04:00
text_helpers.rs
upstream_categories.rs