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 |
||
|---|---|---|
| .. | ||
| big_binary_operator.py | ||
| class_craziness.py | ||
| comments.py | ||
| comparisons.py | ||
| dangling_indent.py | ||
| decorated_function_without_body.py | ||
| dysfunctional_del.py | ||
| expr.py | ||
| expr_statement.py | ||
| fun_with_func_defs.py | ||
| global_nonlocal.py | ||
| import.py | ||
| indents_but_no_eol_before_eof.py | ||
| just_a_comment_without_nl.py | ||
| malicious_match.py | ||
| mixed_newlines.py | ||
| pep646.py | ||
| raise.py | ||
| smol_statements.py | ||
| spacious_spaces.py | ||
| starry_tries.py | ||
| suicidal_slices.py | ||
| super_strings.py | ||
| terrible_tries.py | ||
| trailing_comment_without_nl.py | ||
| trailing_whitespace.py | ||
| tuple_shenanigans.py | ||
| type_parameters.py | ||
| vast_emptiness.py | ||
| with_wickedness.py | ||
| wonky_walrus.py | ||