diff options
author | 2021-02-24 13:54:08 +0100 | |
---|---|---|
committer | 2021-02-24 13:54:08 +0100 | |
commit | 0e6e8e239a2778519e51a04b9ac05f049cb763df (patch) | |
tree | 951de7c0888cda2cc73b82288987d687f49bcbe8 /resources | |
parent | Switch to 100 chars line length and get rid of the noqas (diff) |
Don't lint the unittest template
Diffstat (limited to 'resources')
-rw-r--r-- | resources/unittest_template.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |