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