From f2a7280b4f3d1c400fdc2373dae60e72833ebd8c Mon Sep 17 00:00:00 2001 From: Brian Kroth Date: Thu, 9 Jan 2025 22:16:21 +0000 Subject: [PATCH] additional deps --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 18f2858633..7311640e6e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -70,6 +70,8 @@ repos: hooks: - id: pydocstyle types: [python] + additional_dependencies: + - tomli # Use pylint and mypy from the local (conda) environment so that vscode can reuse them too. - repo: local hooks: