Skip to content

Commit 8d0e9d4

Browse files
Support sys.platform and sys.version_info checks (#641)
1 parent ff97ac4 commit 8d0e9d4

File tree

4 files changed

+206
-105
lines changed

4 files changed

+206
-105
lines changed

docs/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Add support for suppressing errors in blocks based on
6+
`sys.platform` and `sys.version_info` checks (#641)
57
- Fix compatibility between stub-only callable classes
68
and the bare `Callable` annotation (#640)
79
- Add new error code `missing_generic_parameters` (off by

0 commit comments

Comments
 (0)