Skip to content

Commit

Permalink
Only run pyright hook on push to reduce friction
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed May 12, 2024
1 parent 659bb1b commit 3a03310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ repos:
hooks:
- id: pyright
name: pyright
stages: [pre-push]
entry: nox -s pyright --
language: python
language_version: '3.11'
Expand Down

0 comments on commit 3a03310

Please sign in to comment.