From 813cbac60d3582404bd26bedcfcdb0998e18246b Mon Sep 17 00:00:00 2001 From: jo Date: Fri, 28 May 2021 01:11:28 +0200 Subject: [PATCH] Ignore python test naming for libretime api --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bb2fc335a..6a180df93 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,6 +27,8 @@ repos: - id: fix-encoding-pragma - id: requirements-txt-fixer - id: name-tests-test + # TODO: Remove once the django api uses pytest + exclude: ^(api.*)$ - repo: https://github.com/pre-commit/mirrors-prettier rev: v2.3.0