diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 8a0093a..c443b92 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -6,5 +6,5 @@ 'types': [python] args: [] require_serial: false - additional_dependencies: ["pyright@1.1.369"] + additional_dependencies: ["pyright@1.1.370"] minimum_pre_commit_version: '0' diff --git a/.version b/.version index 3855f7a..1ef6a6a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.1.369 +1.1.370 diff --git a/README.md b/README.md index c5b6bd6..a74997d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Sample `.pre-commit-config.yaml` ```yaml - repo: https://github.com/fsouza/mirrors-pyright - rev: v1.1.369 + rev: v1.1.370 hooks: - id: pyright ```