Skip to content

Commit

Permalink
mypy upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jun 9, 2021
1 parent 932c451 commit ed2e4cc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 39 deletions.
2 changes: 0 additions & 2 deletions examples/repr.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ def __rich_repr__(self):
yield "fly", self.fly, True
yield "extinct", self.extinct, False

__rich_repr__.angular = True


from rich import print

Expand Down
48 changes: 12 additions & 36 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ jupyter = ["ipywidgets"]
[tool.poetry.dev-dependencies]
pytest = "^6.2.3"
black = "^20.8b1"
mypy = "^0.812"
mypy = "^0.901"
pytest-cov = "^2.12.1"
attrs = "^21.2.0"
types-dataclasses = "^0.1.3"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit ed2e4cc

Please sign in to comment.