Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## 1.21.5

- More robust determination of rtype location / fix issue 302
- More robust determination of rtype location / fix issue 302

## 1.21.4

- Improvements to the location of the return type
- Improvements to the location of the return type

## 1.21.3

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ testpaths = ["tests"]
[tool.mypy]
python_version = "3.10"
strict = true
exclude = "^.*/roots/.*$"
exclude = "^(.*/roots/.*)|(tests/test_integration.py)$"


[[tool.mypy.overrides]]
Expand Down
Loading