Skip to content

Commit

Permalink
fixed: pre push hook
Browse files Browse the repository at this point in the history
  • Loading branch information
veghdev authored Aug 21, 2023
1 parent 009c6a7 commit ccd8ba7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tools/ci/.pre-commit-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,33 @@ repos:
language: system
pass_filenames: false

- id: fix_format
- id: format
name: format
stages: [push]
name: fix_format
entry: .venv/bin/python
args: ["-m", "pdm", "run", "fix_format"]
args: ["-m", "pdm", "run", "format"]
language: system
pass_filenames: false

- id: lint
stages: [push]
name: lint
stages: [push]
entry: .venv/bin/python
args: ["-m", "pdm", "run", "lint"]
language: system
pass_filenames: false

- id: type
stages: [push]
name: type
stages: [push]
entry: .venv/bin/python
args: ["-m", "pdm", "run", "type"]
language: system
pass_filenames: false

- id: test
stages: [push]
name: test
stages: [push]
entry: .venv/bin/python
args: ["-m", "pdm", "run", "test"]
language: system
Expand Down

0 comments on commit ccd8ba7

Please sign in to comment.