chore: Update pylint to 2.17.7 (#25566)

This commit is contained in:
EugeneTorap
2023-10-09 21:51:41 +03:00
committed by GitHub
parent e0a7488005
commit 42d0474cc2
5 changed files with 4 additions and 6 deletions

View File

@@ -75,7 +75,6 @@ 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,