Skip to content

Commit

Permalink
update pyright in pre-commit.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas authored Dec 22, 2023
1 parent f2754e1 commit fd934f2
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
@@ -1,4 +1,4 @@
repos:
Jrepos:
- repo: https://github.com/python/black
rev: 22.3.0
hooks:
Expand Down Expand Up @@ -39,7 +39,7 @@ repos:
language: node
pass_filenames: false
types: [python]
additional_dependencies: ["pyright"]
additional_dependencies: ["pyright@1.1.342"]
args:
- --project=pyproject.toml
- repo: https://github.com/pycqa/pydocstyle
Expand Down

0 comments on commit fd934f2

Please sign in to comment.