Skip to content

Commit

Permalink
skip pyright in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bigabig committed Oct 17, 2024
1 parent 4d5da66 commit a0a3c19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ci:
skip: [eslint]
skip: [eslint, pyright]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
Expand All @@ -23,8 +23,6 @@ repos:
name: "Pyright"
entry: bash -c 'ENV_NAME=dats source backend/_activate_current_env.sh && pyright'
language: system
# only run on local machine
condition: '[ "${CI:-false}" = "false" ]'
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.11.0
hooks:
Expand Down

0 comments on commit a0a3c19

Please sign in to comment.