Skip to content

Commit

Permalink
Update yabs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Nov 5, 2024
1 parent 809cd00 commit e2414cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yabs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tasks:

# 'run': Run arbitrary shell command
- task: exec
args: ["tox", "-e", "check"] # shell command and optional arguments
args: ["tox", "-e", "lint,pyright,mypy"] # shell command and optional arguments
always: true # `true`: run even in dry-run mode
silent: true # `true`: suppress output
ignore_errors: false # `true`: show warning, but proceed on errors (exit code != 0)
Expand Down

0 comments on commit e2414cc

Please sign in to comment.