We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8467746 commit d061ed4Copy full SHA for d061ed4
CHANGELOG.md
@@ -1,9 +1,17 @@
1
# Basedmypy Changelog
2
3
## [Unreleased]
4
+
5
+## [1.7.0]
6
+### Added
7
+- `ignore-missing-py-typed` to use types even if there is no `py.typed` (#337)
8
### Fixes
9
- Errors regarding inferred functions didn't have a note (#394)
10
- Type ignored calls to incomplete functions left a phantom note (#395)
11
+- Fix incorrect plural in summary message (#386)
12
+### Enhancements
13
+- Baseline now stores the source code for better matching (#415)
14
+- Duplicates are no longer stored in the baseline (#231)
15
16
## [1.6.0]
17
### Added
0 commit comments