-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from hf-kklein/dev-requirements
📍Pin Linting/Testing/Formatting and other CI requirements
- Loading branch information
Showing
11 changed files
with
179 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# specific requirements for the formatting envs | ||
black | ||
isort |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.10 | ||
# To update, run: | ||
# | ||
# pip-compile requirements-formatting.in | ||
# | ||
black==23.12.1 | ||
# via -r dev_requirements/requirements-formatting.in | ||
click==8.1.3 | ||
# via black | ||
isort==5.13.2 | ||
# via -r dev_requirements/requirements-formatting.in | ||
mypy-extensions==1.0.0 | ||
# via black | ||
packaging==23.0 | ||
# via black | ||
pathspec==0.11.0 | ||
# via black | ||
platformdirs==3.1.0 | ||
# via black | ||
tomli==2.0.1 | ||
# via black | ||
typing-extensions==4.9.0 | ||
# via black |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# specific requirements for the tox linting env | ||
pylint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.10 | ||
# To update, run: | ||
# | ||
# pip-compile requirements-linting.in | ||
# | ||
astroid==3.0.1 | ||
# via pylint | ||
dill==0.3.7 | ||
# via pylint | ||
isort==5.13.2 | ||
# via pylint | ||
mccabe==0.7.0 | ||
# via pylint | ||
platformdirs==3.1.0 | ||
# via pylint | ||
pylint==3.0.3 | ||
# via -r dev_requirements/requirements-linting.in | ||
tomli==2.0.1 | ||
# via pylint | ||
tomlkit==0.11.6 | ||
# via pylint | ||
typing-extensions==4.9.0 | ||
# via astroid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# requirements for the hatchling build ssystem | ||
build | ||
twine |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.10 | ||
# To update, run: | ||
# | ||
# pip-compile requirements-packaging.in | ||
# | ||
bleach==6.0.0 | ||
# via readme-renderer | ||
build==1.0.3 | ||
# via -r requirements-packaging.in | ||
certifi==2023.7.22 | ||
# via requests | ||
cffi==1.15.1 | ||
# via cryptography | ||
charset-normalizer==3.1.0 | ||
# via requests | ||
cryptography==41.0.6 | ||
# via secretstorage | ||
docutils==0.20.1 | ||
# via readme-renderer | ||
idna==3.4 | ||
# via requests | ||
importlib-metadata==6.7.0 | ||
# via | ||
# keyring | ||
# twine | ||
jaraco-classes==3.2.3 | ||
# via keyring | ||
jeepney==0.8.0 | ||
# via | ||
# keyring | ||
# secretstorage | ||
keyring==23.13.1 | ||
# via twine | ||
markdown-it-py==3.0.0 | ||
# via rich | ||
mdurl==0.1.2 | ||
# via markdown-it-py | ||
more-itertools==9.1.0 | ||
# via jaraco-classes | ||
packaging==23.1 | ||
# via build | ||
pkginfo==1.9.6 | ||
# via twine | ||
pycparser==2.21 | ||
# via cffi | ||
pygments==2.15.1 | ||
# via | ||
# readme-renderer | ||
# rich | ||
pyproject-hooks==1.0.0 | ||
# via build | ||
readme-renderer==37.3 | ||
# via twine | ||
requests==2.31.0 | ||
# via | ||
# requests-toolbelt | ||
# twine | ||
requests-toolbelt==1.0.0 | ||
# via twine | ||
rfc3986==2.0.0 | ||
# via twine | ||
rich==13.4.2 | ||
# via twine | ||
secretstorage==3.3.3 | ||
# via keyring | ||
six==1.16.0 | ||
# via bleach | ||
twine==4.0.2 | ||
# via -r requirements-packaging.in | ||
urllib3==2.0.7 | ||
# via | ||
# requests | ||
# twine | ||
webencodings==0.5.1 | ||
# via bleach | ||
zipp==3.15.0 | ||
# via importlib-metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# specific requirements for the tox tests env | ||
pytest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.10 | ||
# To update, run: | ||
# | ||
# pip-compile requirements-tests.in | ||
# | ||
exceptiongroup==1.1.3 | ||
# via pytest | ||
iniconfig==2.0.0 | ||
# via pytest | ||
packaging==23.0 | ||
# via pytest | ||
pluggy==1.0.0 | ||
# via pytest | ||
pytest==7.4.4 | ||
# via -r dev_requirements/requirements-tests.in | ||
tomli==2.0.1 | ||
# via pytest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# specific requirements for the tox type_check environment | ||
mypy | ||
types-pytz | ||
types-python-dateutil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile requirements-type_check.in | ||
# | ||
mypy==1.8.0 | ||
# via -r requirements-type_check.in | ||
mypy-extensions==1.0.0 | ||
# via mypy | ||
types-python-dateutil==2.8.19.14 | ||
# via -r requirements-type_check.in | ||
types-pytz==2023.3.1.1 | ||
# via -r requirements-type_check.in | ||
typing-extensions==4.9.0 | ||
# via mypy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters