Skip to content

Commit

Permalink
Merge pull request #586 from Farama-Foundation/pyright-fix
Browse files Browse the repository at this point in the history
Revert pyright to the previous version
  • Loading branch information
mwydmuch committed Feb 12, 2024
2 parents a8efe37 + 782f524 commit 0b8e75c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ repos:
language: node
pass_filenames: false
types: [python]
additional_dependencies: ["pyright"]
additional_dependencies: ["pyright@1.1.347"]
args:
- --project=pyproject.toml
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ reportMissingImports = "none"
reportGeneralTypeIssues = "none"
reportPrivateUsage = "warning"
reportPrivateImportUsage = "warning"
reportAttributeAccessIssue = "warning"

[tool.cibuildwheel]
# We need to build for the following Python versions:
Expand Down

0 comments on commit 0b8e75c

Please sign in to comment.