diff --git a/pyproject.toml b/pyproject.toml
index 8435a244db9f0e44034408e14ce1261abe1358e6..388fb89dd0a8e46318efb1c2ee7768935ee70d74 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,3 +6,5 @@ preview = true
 disable = ["invalid-name", "import-error", "logging-fstring-interpolation", "unused-argument", "broad-except"]
 [tool.pylint.format]
 max-line-length = 79
+[tool.pylint.TYPECHECK]
+generated-members = "sh"