mirror of
https://github.com/apache/superset.git
synced 2026-04-07 02:21:51 +00:00
fix: Python3.11 (str, Enum) issue (#24803)
This commit is contained in:
@@ -75,6 +75,7 @@ enable=
|
||||
# --disable=W"
|
||||
disable=
|
||||
cyclic-import, # re-enable once this no longer raises false positives
|
||||
no-member, # re-enable once this no longer raises false positives. This will become redundant after the min required version is 3.11
|
||||
missing-docstring,
|
||||
duplicate-code,
|
||||
unspecified-encoding,
|
||||
|
||||
Reference in New Issue
Block a user