Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
ci: disable Pylint's redefined-outer-name rule
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann authored Mar 26, 2023
1 parent 8e92ac7 commit 0c5fc7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/linters/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ disable=
wrong-import-order,
# False positives
import-error,
redefined-outer-name,
# Unwanted
design,
duplicate-code,
Expand Down

0 comments on commit 0c5fc7f

Please sign in to comment.