Skip to content

Commit

Permalink
ci/cd: add --pyproject to pdm-export hook
Browse files Browse the repository at this point in the history
  • Loading branch information
oedokumaci committed Feb 19, 2024
1 parent cda2987 commit 8ce46a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 49 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ repos:
- -o
- requirements.txt
- --without-hashes
- --pyproject
language: system
pass_filenames: false
- id: pdm-lock-check
Expand Down
56 changes: 7 additions & 49 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,52 +1,10 @@
# This file is @generated by PDM.
# Please do not edit it manually.

annotated-types==0.6.0
blinker==1.6.2
cachecontrol==0.13.1
certifi==2023.5.7
cfgv==3.3.1
charset-normalizer==3.1.0
click==8.1.3
colorama==0.4.6; sys_platform == "win32" or platform_system == "Windows"
dep-logic==0.0.4
distlib==0.3.6
exceptiongroup==1.1.1; python_version < "3.11"
filelock==3.12.0
findpython==0.4.0
identify==2.5.24
idna==3.4
iniconfig==2.0.0
installer==0.7.0
markdown-it-py==2.2.0
mdurl==0.1.2
msgpack==1.0.5
nodeenv==1.8.0
packaging==23.1
pdm==2.12.2
platformdirs==3.5.1
pluggy==1.0.0
pre-commit==3.6.0
pydantic==2.5.3
pydantic-core==2.14.6
pygments==2.15.1
pyproject-hooks==1.0.0
pytest==7.4.4
python-dateutil==2.8.2
python-dotenv==1.0.0
pyyaml==6.0.1
requests==2.30.0
requests-toolbelt==1.0.0
resolvelib==1.0.1
rich==13.3.5
setuptools==67.8.0
shellingham==1.5.0.post1
six==1.16.0
tomli==2.0.1; python_version < "3.11"
tomlkit==0.11.8
truststore==0.8.0; python_version >= "3.10"
typer==0.9.0
typing-extensions==4.8.0
unearth==0.12.1
urllib3==2.0.2
virtualenv==20.23.0
pdm>=2.5.3
pre-commit>=3.2.2
pydantic>=1.10.7
pytest>=7.3.1
python-dateutil>=2.8.2
pyyaml>=6.0
typer>=0.7.0

0 comments on commit 8ce46a6

Please sign in to comment.