From 99d2b34a1e391d299f6a4460cb3dd1edd7f39b5d Mon Sep 17 00:00:00 2001 From: Fabien Basmaison Date: Thu, 4 Mar 2021 18:44:36 +0100 Subject: [PATCH] [lint] Fix missing new lines. --- .coveragerc | 2 +- .dockerignore | 2 +- .gitignore | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.coveragerc b/.coveragerc index 35bf78f5f..084064509 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,2 +1,2 @@ [run] -omit = */test*,celerywyrm*,bookwyrm/migrations/* \ No newline at end of file +omit = */test*,celerywyrm*,bookwyrm/migrations/* diff --git a/.dockerignore b/.dockerignore index 3bf9f2c5b..a5130c8bd 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,4 +4,4 @@ __pycache__ *.pyd .git .github -.pytest* \ No newline at end of file +.pytest* diff --git a/.gitignore b/.gitignore index 1384056f2..a81f0db1b 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,4 @@ /images/ # Testing -.coverage \ No newline at end of file +.coverage