Skip to content

Commit

Permalink
Update pyright disabled rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwww committed Aug 26, 2024
1 parent e320f6e commit db98401
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ ignore_missing_imports = true
[tool.pyright]
pythonVersion = "3.11"

# Handled by ruff...
reportUndefinedVariable = false

[tool.ruff.lint]
select = [
"E", # pycodestyle
Expand Down

0 comments on commit db98401

Please sign in to comment.