From 0e6e8e239a2778519e51a04b9ac05f049cb763df Mon Sep 17 00:00:00 2001 From: Matteo Bertucci Date: Wed, 24 Feb 2021 13:54:08 +0100 Subject: Don't lint the unittest template --- resources/unittest_template.py | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/unittest_template.py') diff --git a/resources/unittest_template.py b/resources/unittest_template.py index 7e21b97..c792944 100644 --- a/resources/unittest_template.py +++ b/resources/unittest_template.py @@ -1,3 +1,4 @@ +# flake8: noqa import ast import io import os -- cgit v1.2.3