Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby committed May 14, 2024
1 parent 659c72d commit f50bc19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:
branches:
- main

jobs:
pre-commit-job:
runs-on: ubuntu-latest
Expand All @@ -22,4 +22,4 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: pre-commit/[email protected]
- uses: pre-commit/[email protected]

0 comments on commit f50bc19

Please sign in to comment.