diff --git a/pyproject.toml b/pyproject.toml index b88113a..d0d2156 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ line-length = "120" extend-exclude = "\\.ipynb" [tool.pylint] -exclude = ["hyperdrive", ".venv", ".vscode", "docs"] +exclude = ["hyperdrive", ".venv", ".vscode", "docs", "pypechain_types"] [tool.pylance] exclude = ["hyperdrive", ".venv", ".vscode", "docs"]