Skip to content

Commit

Permalink
Remove dependency: tabulate
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Dec 18, 2024
1 parent a452c97 commit 31881ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 4 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@ repos:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
- repo: local
hooks:
- id: mypy
# language: system
additional_dependencies: [numpy, types-PyYAML, types-requests, types-tabulate]
name: mypy
entry: mypy
types: [python]
require_serial: true
# verbose: true
language: python
# - repo: local
# hooks:
# - id: pylint
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ pyarrow>=18.1.0
pytest>=8.3.3
ruff>=0.8.3
scipy>=1.11.3
tabulate>=0.9.0
types-PyYAML>=6.0.12.12
types-tabulate>=0.9.0.3
xopen[zstd]>=2.0.2

0 comments on commit 31881ee

Please sign in to comment.