Skip to content

Commit

Permalink
Remove pyright dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed Jan 4, 2024
1 parent 1e218e9 commit 45edad7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 73 deletions.
94 changes: 23 additions & 71 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ include = ["xmod.pyi"]
[tool.poetry.dependencies]
python = ">=3.8"


[tool.poetry.group.dev.dependencies]
black = "*"
coverage = "*"
flake8 = "*"
isort = "*"
mypy = "*"
pyright = "*"
pytest = "*"
ruff = "*"

Expand Down

0 comments on commit 45edad7

Please sign in to comment.