diff options
author | pommicket <pommicket@gmail.com> | 2025-09-01 10:39:25 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-01 10:39:25 -0400 |
commit | 26633cea82b31ea3fa605e866c3af1a9d0001e54 (patch) | |
tree | 612743bbe4a0f50c79ac0a3b0d81fa3315423a1a /pylintrc.toml | |
parent | e9463bc8c5ddd7948aa445e81d0f40ed016c7ea2 (diff) |
list records with pydo
Diffstat (limited to 'pylintrc.toml')
-rw-r--r-- | pylintrc.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc.toml b/pylintrc.toml index 351ed06..d7f2d64 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 = ["boto3", "botocore"] +allow-any-import-level = ["boto3", "botocore", "pydo"] # Allow explicit reexports by alias from a package __init__. # allow-reexport-from-package = |