Skip to content

Commit

Permalink
chore(deps): remove pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Sep 28, 2023
1 parent 92df766 commit baa7c15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 deletions.
50 changes: 1 addition & 49 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 @@ -29,7 +29,6 @@ python-dotenv = "^1.0.0"
black = "^23.9.1"
mypy = "^1.5.1"
poethepoet = "^0.23.0"
pyright = "^1.1.327"
ruff = "^0.0.291"

[tool.poetry.group.test.dependencies]
Expand All @@ -47,7 +46,6 @@ style = "semver"
[tool.poe.tasks]
black = "black --check ."
mypy = "mypy ."
pyright = "pyright ."
ruff = "ruff check ."
lint.sequence = ["ruff", "black", "mypy"]

Expand Down

0 comments on commit baa7c15

Please sign in to comment.