Skip to content

Commit

Permalink
Merge pull request #234 from whitkirkchurch/renovate/pre-commit-mirro…
Browse files Browse the repository at this point in the history
…rs-mypy-1.x

Update pre-commit hook pre-commit/mirrors-mypy to v1.14.0
  • Loading branch information
jacksonj04 authored Dec 29, 2024
2 parents 1a15ff9 + 03225f2 commit 34bfdbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:

# Check the library itself in strict mode
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.0
hooks:
- id: mypy
name: mypy-src
Expand All @@ -32,7 +32,7 @@ repos:

# Check the tests in regular mode
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.0
hooks:
- id: mypy
name: mypy-tests
Expand Down

0 comments on commit 34bfdbd

Please sign in to comment.