From 285d57e0006e59c461828b4f3167975e18a3feca Mon Sep 17 00:00:00 2001 From: Sabin Shrestha Date: Mon, 21 Jul 2025 23:23:45 +0545 Subject: [PATCH] fix: correct formatting for mypy hook in pre-commit configuration --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4fd428d2f..0548e6667 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,10 +65,10 @@ repos: - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.17.0 hooks: - - id: mypy - files: ^surfsense_backend/ - additional_dependencies: [] - args: [--ignore-missing-imports, --disallow-untyped-defs] + - id: mypy + files: ^surfsense_backend/ + additional_dependencies: [] + args: [--ignore-missing-imports, --disallow-untyped-defs] - repo: https://github.com/PyCQA/bandit rev: 1.8.6