Skip to content

Commit

Permalink
restore full pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
younik committed Oct 12, 2024
1 parent 28e25b8 commit c947a5c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: jakebailey/pyright-action@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
version: 1.1.384
python-version: '3.11'
- run: pip install pre-commit
- run: pre-commit --version
- run: pre-commit run --all-files

0 comments on commit c947a5c

Please sign in to comment.