Skip to content

Commit

Permalink
feat: add pre-commit and dependencies in layer python3_devtools (#1978)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Nov 13, 2024
1 parent c57ee1f commit 370ee63
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
| [Cerberus](https://pypi.org/project/Cerberus) | 1.3.5 | python3 |
| [certifi](https://certifi.io) | 2024.7.4 | python3_core |
| [cffi](http://cffi.readthedocs.org) | 1.15.1 | python3 |
| [cfgv](https://github.com/asottile/cfgv) | 3.4.0 | python3_devtools |
| [chardet](https://github.com/chardet/chardet) | 5.2.0 | python3 |
| [charset-normalizer](https://github.com/Ousret/charset_normalizer) | 3.2.0 | python3 |
| [circus](https://pypi.org/project/circus) | 2d5b6d6 | python3_circus |
Expand Down Expand Up @@ -90,6 +91,7 @@
| [hdf5](https://www.hdfgroup.org) | 1.14.3 | scientific_core |
| [hiredis](https://redis.com/lp/hiredis/) | 1.2.0 | core |
| [hiredis](https://github.com/redis/hiredis-py) | 2.2.3 | python3 |
| [identify](https://github.com/pre-commit/identify) | 2.6.2 | python3_devtools |
| [idna](https://pypi.org/project/idna) | 3.7 | python3 |
| [importlib_metadata](https://github.com/python/importlib_metadata) | 6.8.0 | python3_core |
| [iniconfig](https://github.com/pytest-dev/iniconfig) | 2.0.0 | python3_devtools |
Expand Down Expand Up @@ -156,6 +158,7 @@
| [netcdf-cxx4](http://www.unidata.ucar.edu/software/netcdf/) | 4.3.1 | scientific_core |
| [netifaces](https://github.com/al45tair/netifaces) | 0.11.0 | python3 |
| [nltk](https://www.nltk.org/) | 3.9.1 | python3_devtools |
| [nodeenv](https://github.com/ekalinin/nodeenv) | 1.9.1 | python3_devtools |
| [nodejs](http://nodejs.org) | 20.9.0 | nodejs |
| [openjdk](https://adoptopenjdk.net) | 11.0.5+10 | java |
| [openldap](https://www.openldap.org/) | 2.6.8 | core |
Expand Down Expand Up @@ -185,6 +188,7 @@
| [postgresql-airtide](https://angeo.copernicus.org/articles/21/1897/2003/) | 1.0.0 | scientific_core |
| [postgresql](http://postgresql.org/) | 16.1 | scientific_core |
| [poyo](https://github.com/hackebrot/poyo) | 0.5.0 | python3 |
| [pre_commit](https://github.com/pre-commit/pre-commit) | 4.0.1 | python3_devtools |
| [proj](http://trac.osgeo.org/proj/) | 9.5.0 | scientific_core |
| [prompt_toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | 3.0.36 | python3 |
| [protobuf-c](https://github.com/protobuf-c) | 1.4.1 | scientific_core |
Expand Down Expand Up @@ -299,4 +303,4 @@
| [zeromq](https://zeromq.org/) | 4.3.4 | core |
| [zipp](https://github.com/jaraco/zipp) | 3.19.2 | python3_core |

*(298 components)*
*(302 components)*
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ bandit
GitPython
pyinstaller
panoply
pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ bandit==1.7.6
bracex==2.4
black==24.3.0
bump-pydantic==0.8.0
cfgv==3.4.0
coverage==7.3.2
exceptiongroup==1.1.3
execnet==2.0.2
Expand All @@ -15,6 +16,7 @@ freezegun==1.2.2
ghp-import==2.1.0
gitdb==4.0.11
GitPython==3.1.41
identify==2.6.2
iniconfig==2.0.0
isort==5.12.0
jmespath==1.0.1
Expand All @@ -36,10 +38,12 @@ mock==5.1.0
more-itertools==10.1.0
natsort==8.4.0
nltk==3.9.1
nodeenv==1.9.1
paginate==0.5.6
panoply==0.1.56
pdoc3==0.10.0
pipdeptree==2.13.1
pre-commit==4.0.1
py-spy==0.3.14
pydocstyle==6.1.1
pyflakes==3.1.0
Expand Down

0 comments on commit 370ee63

Please sign in to comment.