Skip to content

Commit

Permalink
update precommit env (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
atl1502 committed Jan 30, 2024
1 parent 5579caa commit 0ba8abf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ repos:
HLL>=2.0.3,
datasketches>=4.1.0,
boto3>=1.28.61,
polars>=0.20.5,

# requirements-dev.txt
check-manifest>=0.48,
Expand Down Expand Up @@ -111,7 +112,7 @@ repos:
additional_dependencies: ['h5py', 'wheel', 'future', 'numpy', 'pandas',
'python-dateutil', 'pytz', 'pyarrow', 'chardet', 'fastavro',
'python-snappy', 'charset-normalizer', 'psutil', 'scipy', 'requests',
'networkx','typing-extensions', 'HLL', 'datasketches', 'boto3']
'networkx','typing-extensions', 'HLL', 'datasketches', 'boto3', 'polars']
# Pyupgrade - standardize and modernize Python syntax for newer versions of the language
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.0
Expand Down

0 comments on commit 0ba8abf

Please sign in to comment.