Skip to content

Commit

Permalink
feature: Add pandas and pyarrow dependencies, and update utils/parser…
Browse files Browse the repository at this point in the history
…s.py and new return_type
  • Loading branch information
jjjermiah committed Feb 17, 2024
1 parent 4c5ba94 commit 10ffe0d
Show file tree
Hide file tree
Showing 8 changed files with 664 additions and 219 deletions.
13 changes: 0 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,8 @@ repos:
- id: check-added-large-files
- id: check-json
- id: check-toml
- id: pretty-format-json

- repo: https://gitlab.com/smop/pre-commit-hooks
rev: v1.0.0
hooks:
- id: check-poetry

- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.0
hooks:
- id: lintr
args: [--warn_only, --key=value]
- id: roxygenize
- id: no-print-statement
- id: no-debug-statement
- id: deps-in-desc
- id: use-tidy-description
- id: parsable-R
189 changes: 188 additions & 1 deletion poetry.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ tqdm = "^4.66.1"
pyfiglet = "^1.0"
beautifulsoup4 = "^4.12.3"
cryptography = "^42.0.2"
pandas = "^2.2.0"
pyarrow = "^15.0.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
Expand Down

0 comments on commit 10ffe0d

Please sign in to comment.