From f773ca6a71ccf0199ea42074e6476c8deec38a17 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 7 Dec 2024 20:05:08 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Lint=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- requirements.dev.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 07eca9d..c9bc388 100644 --- a/README.md +++ b/README.md @@ -177,4 +177,4 @@ esxport = EsXport(cli_options) # Export data esxport.export() -``` \ No newline at end of file +``` diff --git a/requirements.dev.txt b/requirements.dev.txt index 8933490..8af44e5 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,4 +1,5 @@ Faker==33.1.0 +hatch==1.13.0 pytest==8.3.4 pytest-click==1.1.0 pytest-cov==5.0.0 @@ -9,5 +10,4 @@ pytest-md==0.2.0 pytest-mock==3.14.0 pytest-xdist==3.6.1 python-dotenv==1.0.1 -hatch==1.13.0 -tbump==6.11.0 \ No newline at end of file +tbump==6.11.0