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
Add using-exception-groups-in-unsupported-version and using-generic-type-syntax-in-unsupported-version for uses of Python 3.11+ or
3.12+ features on lower supported versions provided with --py-version.
Desired solution
new msgs
Additional context
No response
The text was updated successfully, but these errors were encountered:
pylintrc:1: [W0012(unknown-option-value), ] Unknown option value for '--enable', expected a valid pylint message and got 'using-exception-group-in-unsupported-version'
Current problem
Add
using-exception-groups-in-unsupported-version
andusing-generic-type-syntax-in-unsupported-version
for uses of Python 3.11+ or3.12+ features on lower supported versions provided with
--py-version
.Desired solution
new msgs
Additional context
No response
The text was updated successfully, but these errors were encountered: