Skip to content

Commit

Permalink
Remove pre-commit install step (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Oct 17, 2023
1 parent ed70273 commit 5792269
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
cache-dependency-path: "pyproject.toml"

- name: Install dependencies
run: |-
python -m pip install pre-commit
pre-commit install
run: python -m pip install pre-commit

- name: Run pre-commit
run: pre-commit run --all-files --color always
run: pre-commit run --all-files --color always --verbose

0 comments on commit 5792269

Please sign in to comment.