ruff/crates/ruff_linter/src
David Salvisberg 1ef0f615f1
Some checks are pending
CI / Determine changes (push) Waiting to run
CI / cargo fmt (push) Waiting to run
CI / cargo clippy (push) Blocked by required conditions
CI / cargo test (linux) (push) Blocked by required conditions
CI / cargo test (linux, release) (push) Blocked by required conditions
CI / cargo test (windows) (push) Blocked by required conditions
CI / cargo test (wasm) (push) Blocked by required conditions
CI / cargo build (release) (push) Waiting to run
CI / cargo build (msrv) (push) Blocked by required conditions
CI / cargo fuzz build (push) Blocked by required conditions
CI / fuzz parser (push) Blocked by required conditions
CI / test scripts (push) Blocked by required conditions
CI / ecosystem (push) Blocked by required conditions
CI / cargo shear (push) Blocked by required conditions
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / mkdocs (push) Waiting to run
CI / formatter instabilities and black similarity (push) Blocked by required conditions
CI / test ruff-lsp (push) Blocked by required conditions
CI / benchmarks (push) Blocked by required conditions
[flake8-type-checking] Improve flexibility of runtime-evaluated-decorators (#15204)
Co-authored-by: Micha Reiser <micha@reiser.io>
2024-12-31 16:28:10 +00:00
..
checkers [ruff] Implement falsy-dict-get-fallback (RUF056) (#15160) 2024-12-31 11:40:51 +01:00
comments Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
cst
docstrings Upgrade Rust toolchain to 1.83 (#14677) 2024-11-29 12:05:05 +00:00
fix Rename rules currently not conforming to naming convention (#15102) 2024-12-23 15:48:45 -06:00
importer Extract LineIndex independent methods from Locator (#13938) 2024-10-28 07:53:41 +00:00
message Upgrade Rust toolchain to 1.83 (#14677) 2024-11-29 12:05:05 +00:00
registry Increase rule set size (#14689) 2024-11-30 15:12:10 +01:00
rules [flake8-type-checking] Improve flexibility of runtime-evaluated-decorators (#15204) 2024-12-31 16:28:10 +00:00
settings Change default for Python version from 3.8 to 3.9 (#13896) 2024-11-20 13:11:51 +01:00
snapshots [ruff] Detect redirected-noqa in file-level comments (RUF101) (#14635) 2024-11-27 18:25:47 +01:00
codes.rs [ruff] Implement falsy-dict-get-fallback (RUF056) (#15160) 2024-12-31 11:40:51 +01:00
directives.rs Use bitshift consistently for bitflag definitions (#14265) 2024-11-11 10:20:17 +00:00
doc_lines.rs Extract LineIndex independent methods from Locator (#13938) 2024-10-28 07:53:41 +00:00
fs.rs
lib.rs Detect empty implicit namespace packages (#14236) 2024-11-09 22:03:34 -05:00
line_width.rs
linter.rs Detect empty implicit namespace packages (#14236) 2024-11-09 22:03:34 -05:00
locator.rs Extract LineIndex independent methods from Locator (#13938) 2024-10-28 07:53:41 +00:00
logging.rs Bump MSRV to Rust 1.80 (#13826) 2024-10-20 10:55:36 +02:00
noqa.rs Upgrade Rust toolchain to 1.83 (#14677) 2024-11-29 12:05:05 +00:00
package.rs Detect empty implicit namespace packages (#14236) 2024-11-09 22:03:34 -05:00
packaging.rs
pyproject_toml.rs
registry.rs Rename rules currently not conforming to naming convention (#15102) 2024-12-23 15:48:45 -06:00
renamer.rs [ruff] Implement falsy-dict-get-fallback (RUF056) (#15160) 2024-12-31 11:40:51 +01:00
rule_redirects.rs [ruff 0.8][flake8-type-checking] Rename TCH to TC (#14438) 2024-11-20 13:11:51 +01:00
rule_selector.rs Added ignoring deprecated rules for --select=ALL (#10497) 2024-06-27 13:44:11 +02:00
source_kind.rs Simplify iteration idioms (#13834) 2024-10-20 22:25:27 +01:00
test.rs Detect empty implicit namespace packages (#14236) 2024-11-09 22:03:34 -05:00
text_helpers.rs
upstream_categories.rs