Skip to content

Commit

Permalink
reconfigure pre-commit validation
Browse files Browse the repository at this point in the history
We have setup pre-commit.ci[1] to offload the execution of pre-commit.
This is supposed to be faster and easier to maintaine than
running it with GH actions.

[1] https://pre-commit.ci/
  • Loading branch information
zaro0508 committed Jan 24, 2024
1 parent 0b3a400 commit 3c4aa2c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@ on:
- '*'

jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install dependencies
run: poetry install --no-interaction --all-extras
- name: run pre-commit
run: poetry run pre-commit run --all-files --show-diff-on-failure

packaging:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3c4aa2c

Please sign in to comment.