Skip to content

Commit

Permalink
Disable docstring linter check (#960)
Browse files Browse the repository at this point in the history
With this commit we disable a linter check for invalid docstring quotes as this
causes CI failures sometimes but without being reproducible outside of CI.
  • Loading branch information
danielmitterdorfer authored Apr 14, 2020
1 parent 9393201 commit cc2296b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ disable=print-statement,
W0404,
W0612,
W0613,
W0621
W0621,
invalid-docstring-quote


# Enable the message, report, category or checker with the given id(s). You can
Expand Down

0 comments on commit cc2296b

Please sign in to comment.