Commit fa9dfbb
committed
Patch Ruff for RustPython
Expose RustPython AST metadata fields, apply the RustPython package patch, and make CI usable on fork runners.
Assisted-by: Codex:GPT-51 parent 9e4938c commit fa9dfbb
772 files changed
Lines changed: 11062 additions & 1886 deletions
File tree
- .github/workflows
- crates
- ruff_graph/src
- ruff_linter/src
- checkers/ast
- analyze
- importer
- rules
- airflow/rules
- flake8_annotations/rules
- flake8_bandit/rules
- flake8_bugbear/rules
- flake8_comprehensions/rules
- flake8_pie/rules
- flake8_pyi/rules
- flake8_pytest_style/rules
- flake8_simplify/rules
- flake8_tidy_imports/rules
- flynt
- isort
- rules
- perflint/rules
- pycodestyle/rules
- pylint/rules
- pyupgrade/rules
- pep695
- refurb
- rules
- ruff/rules
- ruff_python_ast_integration_tests/tests
- ruff_python_ast
- src
- visitor
- ruff_python_codegen/src
- ruff_python_formatter
- src
- expression
- module
- other
- pattern
- statement
- ruff_python_parser
- src
- parser
- snapshots
- snapshots
- tests/snapshots
- ruff_python_semantic/src
- analyze
- ruff_python_trivia
- ruff_source_file
- ruff_text_size
- ty_module_resolver/src
- ty_python_core/src
- ty_python_semantic/src
- types
- infer
- builder
- fuzz
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
| 376 | + | |
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| |||
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
486 | | - | |
| 486 | + | |
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| |||
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
693 | | - | |
| 693 | + | |
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
| |||
808 | 808 | | |
809 | 809 | | |
810 | 810 | | |
811 | | - | |
| 811 | + | |
812 | 812 | | |
813 | 813 | | |
814 | 814 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments