Skip to content

Commit

Permalink
Disable pyright pre-commit checks temporarly
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Apr 6, 2024
1 parent 37ffd21 commit a5a95f4
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ repos:
# hooks:
# - id: flake8
# args:
# - '--per-file-ignores=*/__init__.py:F401 gymnasium/envs/registration.py:E704 docs/tutorials/*.py:E402 gymnasium/experimental/wrappers/__init__.py:E402'
# - --ignore=E203,W503,E741
# - --max-complexity=30
# - --max-line-length=456
Expand Down Expand Up @@ -57,14 +56,14 @@ repos:
# - --explain
# - --convention=google
# additional_dependencies: ["tomli"]
- repo: local
hooks:
- id: pyright
name: pyright
entry: pyright
language: node
pass_filenames: false
types: [python]
additional_dependencies: ["pyright"]
args:
- --project=pyproject.toml
# - repo: local
# hooks:
# - id: pyright
# name: pyright
# entry: pyright
# language: node
# pass_filenames: false
# types: [python]
# additional_dependencies: ["pyright"]
# args:
# - --project=pyproject.toml

0 comments on commit a5a95f4

Please sign in to comment.