From fc9e9563404443bbcc40c64eacb7a14fd96161eb Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 6 Dec 2023 14:11:32 -0800 Subject: [PATCH] added pre-commit to dev-reqs --- dev-requirements.in | 4 ++++ dev-requirements.txt | 40 +++++++++++++++++++++++++++++----------- 2 files changed, 33 insertions(+), 11 deletions(-) diff --git a/dev-requirements.in b/dev-requirements.in index 00d1430ee..163a9ed2b 100644 --- a/dev-requirements.in +++ b/dev-requirements.in @@ -1,3 +1,6 @@ +# +# pip-compile --output-file=dev-requirements.txt dev-requirements.in +# pytest pip-tools lox @@ -5,3 +8,4 @@ matplotlib pandas typer imgcat +pre-commit \ No newline at end of file diff --git a/dev-requirements.txt b/dev-requirements.txt index bf490e4b3..1727a87f5 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,8 +10,10 @@ babel==2.13.1 # via sphinx build==1.0.3 # via pip-tools -certifi==2023.7.22 +certifi==2023.11.17 # via requests +cfgv==3.4.0 + # via pre-commit charset-normalizer==3.3.2 # via requests click==8.1.7 @@ -26,13 +28,19 @@ dill==0.3.7 # via # multiprocess # pathos -docutils==0.18.1 +distlib==0.3.7 + # via virtualenv +docutils==0.20.1 # via # sphinx # sphinx-rtd-theme -fonttools==4.44.0 +filelock==3.13.1 + # via virtualenv +fonttools==4.46.0 # via matplotlib -idna==3.4 +identify==2.5.32 + # via pre-commit +idna==3.6 # via requests imagesize==1.4.1 # via sphinx @@ -48,11 +56,13 @@ lox==0.11.0 # via -r dev-requirements.in markupsafe==2.1.3 # via jinja2 -matplotlib==3.8.1 +matplotlib==3.8.2 # via -r dev-requirements.in multiprocess==0.70.15 # via pathos -numpy==1.26.1 +nodeenv==1.8.0 + # via pre-commit +numpy==1.26.2 # via # contourpy # matplotlib @@ -63,7 +73,7 @@ packaging==23.2 # matplotlib # pytest # sphinx -pandas==2.1.2 +pandas==2.1.3 # via -r dev-requirements.in pathos==0.3.1 # via lox @@ -71,13 +81,17 @@ pillow==10.1.0 # via matplotlib pip-tools==7.3.0 # via -r dev-requirements.in +platformdirs==4.1.0 + # via virtualenv pluggy==1.3.0 # via pytest pox==0.3.3 # via pathos ppft==1.7.6.7 # via pathos -pygments==2.16.1 +pre-commit==3.5.0 + # via -r dev-requirements.in +pygments==2.17.2 # via sphinx pyparsing==3.1.1 # via matplotlib @@ -91,6 +105,8 @@ python-dateutil==2.8.2 # pandas pytz==2023.3.post1 # via pandas +pyyaml==6.0.1 + # via pre-commit requests==2.31.0 # via sphinx six==1.16.0 @@ -106,7 +122,7 @@ sphinx==7.2.6 # sphinxcontrib-jquery # sphinxcontrib-qthelp # sphinxcontrib-serializinghtml -sphinx-rtd-theme==1.3.0 +sphinx-rtd-theme==2.0.0 # via lox sphinxcontrib-applehelp==1.0.7 # via sphinx @@ -128,9 +144,11 @@ typing-extensions==4.8.0 # via typer tzdata==2023.3 # via pandas -urllib3==2.0.7 +urllib3==2.1.0 # via requests -wheel==0.41.3 +virtualenv==20.25.0 + # via pre-commit +wheel==0.42.0 # via pip-tools # The following packages are considered to be unsafe in a requirements file: