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
When installed with python3.12 or earlier, this reports a violation of the rule:
$ python --version --versionPython 3.12.0 (v3.12.0:0fb18b02c8, Oct 2 2023, 09:45:56) [Clang 13.0.0 (clang-1300.0.29.30)]
$ fixit --versionfixit, version 2.1.0
$ fixit --rules fixit.rules:CollapseIsinstanceChecks lint t.pyt.py@3:0 CollapseIsinstanceChecks: Multiple isinstance calls with the same target but different types can be collapsed into a single call with a tuple of types. (has autofix)🛠️ 1 file checked, 1 file with errors, 1 auto-fix available 🛠️
I haven't checked any other rules, but am happy to do so if that would be helpful.
The text was updated successfully, but these errors were encountered:
I am seeing lines that were previously flagged as violating rules not being reported when
fixit
is run with Python3.13.When installed with python3.12 or earlier, this reports a violation of the rule:
I haven't checked any other rules, but am happy to do so if that would be helpful.
The text was updated successfully, but these errors were encountered: