From e69f0364d2fd33c3ea08a4ca973762de2a4e655b Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Mon, 14 Oct 2024 19:31:19 +0200 Subject: [PATCH] chore: add mypy to the python group (#6275) Add mypy to the python group when updating dependencies --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c07c7609..fa24462f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -140,6 +140,7 @@ updates: - cpplint - flake8 - isort + - mypy - pyink - pylint - ruff