From 8903e0dd75e51c96ed5cb3ac900d5896c63a7d1b Mon Sep 17 00:00:00 2001 From: jaleman-vdr-wikimedia Date: Mon, 27 Oct 2025 09:13:34 -0600 Subject: [PATCH] Linter Fixes This commit only contains minor tweaks to alleviate linter complaints on example files. --- example/client_config/clientconfig.py | 2 +- example/snapshots/snapshots.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/client_config/clientconfig.py b/example/client_config/clientconfig.py index 9cb8f41..b060d81 100644 --- a/example/client_config/clientconfig.py +++ b/example/client_config/clientconfig.py @@ -1,4 +1,4 @@ -# pylint: disable=C0103, W0621, W0718 +# pylint: disable=C0103, W0621, W0718, E1206, R0801 """ Demonstrates configuring the API Client with custom timeout, max_retries, and user_agent settings. diff --git a/example/snapshots/snapshots.py b/example/snapshots/snapshots.py index 7564bf7..af51894 100644 --- a/example/snapshots/snapshots.py +++ b/example/snapshots/snapshots.py @@ -1,4 +1,4 @@ -# pylint: disable=W0718 +# pylint: disable=W0718, R0912, R0914, R0915, R0801 """ Demonstrates fetching metadata for Wikimedia snapshots using the Wikimedia API