Skip to content

Commit

Permalink
ci/cd: disable pdm export
Browse files Browse the repository at this point in the history
  • Loading branch information
oedokumaci committed Jan 5, 2024
1 parent 945b99c commit e3a091c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ repos:

- repo: local
hooks:
- id: pdm-export
name: pdm-export
entry: pdm export
args:
- -o
- requirements.txt
- --without-hashes
language: system
pass_filenames: false
# - id: pdm-export
# name: pdm-export
# entry: pdm export
# args:
# - -o
# - requirements.txt
# - --without-hashes
# language: system
# pass_filenames: false
- id: pdm-lock-check
name: pdm-lock-check
entry: pdm lock --check
Expand Down

0 comments on commit e3a091c

Please sign in to comment.