Skip to content

Commit

Permalink
🔧 Updated pre-commit config and dependencies-update
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbadyal committed Dec 7, 2024
1 parent e0eabde commit 9791b3f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 23 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ build
**version
**scannerwork**
**.xml
**.backup
18 changes: 1 addition & 17 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
exclude: "^venv"
default_stages: [ commit ]
default_stages: [ pre-commit ]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -37,22 +37,6 @@ repos:
args:
- "--config=pyproject.toml"

- repo: https://github.com/hadialqattan/pycln
rev: v2.4.0
hooks:
- id: pycln
args:
- "--config=pyproject.toml"

- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
- id: docformatter
args:
- "--config=pyproject.toml"
- "--in-place"


- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
esxport.nikhilbadyal.com
esxport.nikhilbadyal.com
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# EsXport
[![codecov](https://codecov.io/gh/nikhilbadyal/esxport/graph/badge.svg?token=zaoNlW2YXq)](https://codecov.io/gh/nikhilbadyal/esxport)

An adept Python CLI utility designed for querying Elasticsearch and exporting result as a CSV file.
An adept Python CLI utility & module designed for querying Elasticsearch and exporting result as a CSV file.


Requirements
Expand Down
4 changes: 2 additions & 2 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Faker==27.0.0
pytest==8.3.2
Faker==33.1.0
pytest==8.3.4
pytest-click==1.1.0
pytest-cov==5.0.0
pytest-elasticsearch-test
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
click==8.1.7
click-params==0.5.0
elasticsearch==8.15.0
loguru==0.7.2
loguru==0.7.3
tenacity==9.0.0
tqdm==4.66.5
tqdm==4.67.1
typing-extensions==4.12.2

0 comments on commit 9791b3f

Please sign in to comment.