summaryrefslogtreecommitdiff
path: root/pylintrc.toml
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-08-31 13:46:48 -0400
committerpommicket <pommicket@gmail.com>2025-08-31 13:46:48 -0400
commit29bf041f65bc89f8edba1bc7567a9f95e4f941bb (patch)
tree118f1b3f8bb829d9d53ef09ed770883550a95d49 /pylintrc.toml
parente458921c8ab0713bbdcf824ee0b3279765b46fcb (diff)
Start AWS Route 53 support
Diffstat (limited to 'pylintrc.toml')
-rw-r--r--pylintrc.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc.toml b/pylintrc.toml
index e111d72..351ed06 100644
--- a/pylintrc.toml
+++ b/pylintrc.toml
@@ -318,7 +318,7 @@ max-module-lines = 1000
[tool.pylint.imports]
# List of modules that can be imported at any level, not just the top level one.
-# allow-any-import-level =
+allow-any-import-level = ["boto3", "botocore"]
# Allow explicit reexports by alias from a package __init__.
# allow-reexport-from-package =