Skip to content

Commit

Permalink
Change name of pre-commit hook. Run pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxmrs committed Feb 10, 2025
1 parent 54a6150 commit 524fff3
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
@@ -1,4 +1,4 @@
name: Linting
name: pre-commit

on:
push:
Expand All @@ -17,4 +17,4 @@ jobs:
with:
python-version: '3.10'

- uses: pre-commit/action@v3.0.1
- uses: pre-commit/action@v3.0.1

0 comments on commit 524fff3

Please sign in to comment.