From 090083b4bd62ad8d0598b68461c916a55a137101 Mon Sep 17 00:00:00 2001 From: Andrew <64439232+atl1502@users.noreply.github.com> Date: Tue, 30 Jan 2024 09:16:59 -0600 Subject: [PATCH] update precommit env (#1088) --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7baeb59e..e3428cd8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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, @@ -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