Skip to content

Commit

Permalink
PPF-738: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
chinapandaman committed Sep 28, 2024
1 parent bd836da commit 7a11919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[MESSAGES CONTROL]
disable=C0103, R0913, R0902, R0903, R0914, C0209, C0123, R0917
disable=C0103, R0913, R0902, R0903, R0914, C0209, C0123, R0917, C2801
1 change: 1 addition & 0 deletions PyPDFForm/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ def update_widget_key(
index: int,
) -> bytes:
"""Updates the key of a widget."""
# pylint: disable=R0801

pdf = PdfReader(stream_to_io(template))
out = PdfWriter()
Expand Down

0 comments on commit 7a11919

Please sign in to comment.