Skip to content

Commit

Permalink
Disable pylint
Browse files Browse the repository at this point in the history
We are hitting pylint-dev/pylint#5935
"TypeError: argument of type 'Const' is not iterable"
As we can't upgrade pylint the only way to fix this is to disable it entirely.
  • Loading branch information
Christopher Manthei committed Jun 12, 2023
1 parent e80e89e commit 29c3585
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
pyright = false
type_check_samples = false
verifytypes = false
pylint = false

0 comments on commit 29c3585

Please sign in to comment.