Skip to content

Commit

Permalink
Re-add in pylint plugin (quantumlib#5374)
Browse files Browse the repository at this point in the history
The `undefined-variable` pylint plugin can now be re-added in, as it was removed until [an underlying issue](pylint-dev/pylint#3791) had been fixed.
  • Loading branch information
smadhuk authored and rht committed May 1, 2023
1 parent 7944ebb commit 7bf250f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev_tools/conf/.pylintrc
Expand Up @@ -45,8 +45,7 @@ enable=
syntax-error,
too-many-function-args,
trailing-whitespace,
# Disabling until https://github.com/PyCQA/pylint/issues/3791 is fixed
# undefined-variable,
undefined-variable,
unexpected-keyword-arg,
unhashable-dict-key,
unnecessary-pass,
Expand Down

0 comments on commit 7bf250f

Please sign in to comment.