mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
|
Some checks are pending
CI / test (macos-latest, 3.10) (push) Waiting to run
CI / test (macos-latest, 3.11) (push) Waiting to run
CI / test (macos-latest, 3.12) (push) Waiting to run
CI / test (macos-latest, 3.13) (push) Waiting to run
CI / test (macos-latest, 3.13t) (push) Waiting to run
CI / test (macos-latest, 3.14) (push) Waiting to run
CI / test (macos-latest, 3.14t) (push) Waiting to run
CI / test (macos-latest, 3.9) (push) Waiting to run
CI / test (ubuntu-latest, 3.10) (push) Waiting to run
CI / test (ubuntu-latest, 3.11) (push) Waiting to run
CI / test (ubuntu-latest, 3.12) (push) Waiting to run
CI / test (ubuntu-latest, 3.13) (push) Waiting to run
CI / test (ubuntu-latest, 3.13t) (push) Waiting to run
CI / test (ubuntu-latest, 3.14) (push) Waiting to run
CI / test (ubuntu-latest, 3.14t) (push) Waiting to run
CI / test (ubuntu-latest, 3.9) (push) Waiting to run
CI / test (windows-latest, 3.10) (push) Waiting to run
CI / test (windows-latest, 3.11) (push) Waiting to run
CI / test (windows-latest, 3.12) (push) Waiting to run
CI / test (windows-latest, 3.13) (push) Waiting to run
CI / test (windows-latest, 3.13t) (push) Waiting to run
CI / test (windows-latest, 3.14) (push) Waiting to run
CI / test (windows-latest, 3.14t) (push) Waiting to run
CI / test (windows-latest, 3.9) (push) Waiting to run
CI / lint (push) Waiting to run
CI / typecheck (push) Waiting to run
CI / docs (push) Waiting to run
CI / Rust unit tests (push) Waiting to run
CI / Rustfmt (push) Waiting to run
CI / build (push) Waiting to run
pypi_upload / build (push) Waiting to run
pypi_upload / Upload wheels to pypi (push) Blocked by required conditions
GitHub Actions Security Analysis with zizmor 🌈 / zizmor latest via PyPI (push) Waiting to run
PEP758 removes the requirement for parentheses to surround exceptions in except and except* expressions when 'as' is not present. This pr implements support for parsing these types of statements |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base.py | ||
| test_assert.py | ||
| test_assign.py | ||
| test_atom.py | ||
| test_attribute.py | ||
| test_await.py | ||
| test_binary_op.py | ||
| test_boolean_op.py | ||
| test_call.py | ||
| test_classdef.py | ||
| test_comment.py | ||
| test_comparison.py | ||
| test_cst_node.py | ||
| test_del.py | ||
| test_dict.py | ||
| test_dict_comp.py | ||
| test_docstring.py | ||
| test_else.py | ||
| test_empty_line.py | ||
| test_flatten_behavior.py | ||
| test_for.py | ||
| test_funcdef.py | ||
| test_global.py | ||
| test_if.py | ||
| test_ifexp.py | ||
| test_import.py | ||
| test_indented_block.py | ||
| test_lambda.py | ||
| test_leaf_small_statements.py | ||
| test_list.py | ||
| test_match.py | ||
| test_matrix_multiply.py | ||
| test_module.py | ||
| test_namedexpr.py | ||
| test_newline.py | ||
| test_nonlocal.py | ||
| test_number.py | ||
| test_raise.py | ||
| test_removal_behavior.py | ||
| test_return.py | ||
| test_set.py | ||
| test_simple_comp.py | ||
| test_simple_statement.py | ||
| test_simple_string.py | ||
| test_simple_whitespace.py | ||
| test_small_statement.py | ||
| test_subscript.py | ||
| test_template_strings.py | ||
| test_trailing_whitespace.py | ||
| test_try.py | ||
| test_tuple.py | ||
| test_type_alias.py | ||
| test_unary_op.py | ||
| test_while.py | ||
| test_with.py | ||
| test_yield.py | ||