From 1bff1e9aaf33dfd6ab233ecfa138bf4b8f7c863a Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Wed, 30 Oct 2019 22:59:14 +0700 Subject: [PATCH] Address review comments Add pyproject.toml and setup.cfg as well for completeness. Co-Authored-By: Anthony Sottile --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 0a4dbaabb..764e7f4d7 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,4 +3,4 @@ description: Automatically compile requirements. entry: pip-compile language: python - files: (requirements\.in|setup\.py)$ + files: (^pyproject\.toml|requirements\.in|^setup\.(cfg|py))$