Skip to content

Commit

Permalink
Unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
therve committed Jun 26, 2023
1 parent 04c075b commit 938945b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
- id: generator
name: generator
language: python
entry: bash -c "unset VIRTUAL_ENV && cd .generator && poetry install && poetry run python -m generator ./schemas/v1/openapi.yaml ./schemas/v2/openapi.yaml -o ../api/"
entry: bash -c "cd .generator && poetry install && poetry run python -m generator ./schemas/v1/openapi.yaml ./schemas/v2/openapi.yaml -o ../api/"
files: "^.generator/(config|schemas/v1|src|poetry.lock|pyproject.toml)"
stages: [manual]
pass_filenames: false
Expand All @@ -51,7 +51,7 @@ repos:
- id: examples
name: examples
language: python
entry: bash -c "unset VIRTUAL_ENV && cd .generator && poetry install && poetry run pytest"
entry: bash -c "cd .generator && poetry install && poetry run pytest"
files: "^.generator/"
stages: [manual]
pass_filenames: false
Expand Down

0 comments on commit 938945b

Please sign in to comment.