Skip to content

Commit

Permalink
⚡ Update (pre-commit) config.yaml stages in pytest hook
Browse files Browse the repository at this point in the history
  • Loading branch information
MEHRSHAD-MIRSHEKARY committed Jan 15, 2025
1 parent 312c6ad commit 58d8536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ repos:
entry: poetry run pytest -v
language: system
types: [ python ]
stages: [ commit ]
stages: [ pre-commit ]
pass_filenames: false
always_run: true
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ repos:
entry: poetry run pytest -v
language: system
types: [ python ]
stages: [ commit ]
stages: [ pre-commit ]
pass_filenames: false
always_run: true

Expand Down

0 comments on commit 58d8536

Please sign in to comment.