From 4fdd63b234a6727bc31aa8af88cae03f0211e6bc Mon Sep 17 00:00:00 2001 From: moscap Date: Wed, 2 Jun 2021 14:16:35 +0300 Subject: [PATCH] lint improvements --- dodo.py | 2 +- frontend/__main__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dodo.py b/dodo.py index e9bcd75..a05402f 100644 --- a/dodo.py +++ b/dodo.py @@ -8,4 +8,4 @@ def task_wheel(): """Create bynary wheel distribution""" return { 'actions': ['python3 -m build -w'] - } \ No newline at end of file + } diff --git a/frontend/__main__.py b/frontend/__main__.py index 26fb6c4..ae13128 100644 --- a/frontend/__main__.py +++ b/frontend/__main__.py @@ -5,4 +5,4 @@ from .todo_tk import Application if __name__ == "__main__": app = Application() - app.main(app.login()) \ No newline at end of file + app.main(app.login()) diff --git a/setup.cfg b/setup.cfg index 38b80cd..6cf0cba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,4 +8,4 @@ install_requires = requests; python_version >= "3.6" [options.package_data] -frontend = */*/django-todo.mo \ No newline at end of file +frontend = */*/django-todo.mo