Skip to content

Commit

Permalink
Update mypy to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Nov 23, 2024
1 parent d4bafff commit 997449b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ repos:
files: 'lib/.*\.py'

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.11.2'
rev: 'v1.13.0'
hooks:
- id: mypy
name: mypy (pytest-lsp)
args: [--explicit-package-bases,--check-untyped-defs]
additional_dependencies:
- importlib-resources
- platformdirs
- pygls
- 'pygls>=2.0a2'
- pytest
- pytest-asyncio
- websockets
Expand All @@ -42,7 +42,7 @@ repos:
- attrs
- importlib-resources
- platformdirs
- pygls
- 'pygls>=2.0a2'
- stamina
- textual
- websockets
Expand Down

0 comments on commit 997449b

Please sign in to comment.