From 74190ee310c8b087300db1b079aadfa2f3420dbc Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Fri, 14 Feb 2025 06:15:29 -0800 Subject: [PATCH] update pre-commit for pip compile --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 23d2793a0..371910108 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,6 +51,7 @@ repos: "--output-file", "requirements.txt" ] + files: ^pyproject\.toml$ # - repo: https://github.com/pre-commit/mirrors-mypy # rev: v1.14.0