From 6f6219bd251f2c60b7cae44862ad8bf8ed5724a1 Mon Sep 17 00:00:00 2001 From: Adarsh Yoga Date: Fri, 23 Feb 2024 20:55:29 +0000 Subject: [PATCH] adding pylint only to default dpbench benchmarks --- .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 b56ed13e..a06817e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,7 +63,7 @@ repos: - id: pylint name: pylint entry: pylint - files: ^dpbench/benchmarks + files: ^dpbench/benchmarks/default language: system types: [python] require_serial: true