Skip to content

Commit

Permalink
Don't run mypy on the live pre-commit
Browse files Browse the repository at this point in the history
Outstanding errors that need to be fixed first.
  • Loading branch information
ndevenish committed Oct 30, 2024
1 parent 46db2c1 commit 5872b45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ci:
skip: [mypy]
autoupdate_schedule: quarterly

repos:
# Syntax validation and some basic sanity checks
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit 5872b45

Please sign in to comment.