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: