forked from mirrors/bookwyrm
[lint] Fix missing new lines.
This commit is contained in:
parent
55ad637da4
commit
99d2b34a1e
3 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
||||||
[run]
|
[run]
|
||||||
omit = */test*,celerywyrm*,bookwyrm/migrations/*
|
omit = */test*,celerywyrm*,bookwyrm/migrations/*
|
||||||
|
|
|
@ -4,4 +4,4 @@ __pycache__
|
||||||
*.pyd
|
*.pyd
|
||||||
.git
|
.git
|
||||||
.github
|
.github
|
||||||
.pytest*
|
.pytest*
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -15,4 +15,4 @@
|
||||||
/images/
|
/images/
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
.coverage
|
.coverage
|
||||||
|
|
Loading…
Reference in a new issue