Skip to content

Commit

Permalink
Workaround strange pylint issue on github
Browse files Browse the repository at this point in the history
  • Loading branch information
plars committed Jan 6, 2025
1 parent a4fb1a0 commit 30f2ab3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ good-names = k, v
[MESSAGES CONTROL]
# We currently have some older systems running this which
# don't support f-strings yet
disable = C0209
# Disable too-many-lines check because pylint on github seems to be miscounting lines in __init__.py
disable = C0209,too-many-lines

0 comments on commit 30f2ab3

Please sign in to comment.