You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hypothesis found a failing test case in the flake8-async CI which boiled down to libcst's native parser incorrectly marking as an invalid identifier. It is a valid identifier, but only on 3.13+. The pure parser works as expected.
Hypothesis found a failing test case in the flake8-async CI which boiled down to libcst's native parser incorrectly marking
as an invalid identifier. It is a valid identifier, but only on 3.13+. The pure parser works as expected.Repro:
The text was updated successfully, but these errors were encountered: