fix: Python3.11 (str, Enum) issue (#24803)

This commit is contained in:
EugeneTorap
2023-07-31 19:04:09 +03:00
committed by GitHub
parent 77889b29fb
commit 5f103072b0
15 changed files with 81 additions and 52 deletions

View File

@@ -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,