From 73bac9318a982dbb99d37892aae2a7b9b7a31971 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Mon, 2 Dec 2019 16:43:09 +0000 Subject: [PATCH] Fix lint-tests pre-commit hook --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 98f47f6e276..00d746f5635 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -287,5 +287,5 @@ repos: files: ^tests/\.*\.py$ args: - -e - - lint-salt + - lint-tests - --