Skip to content

Commit 7873b77

Browse files
authored
Revert renaming extension tests (#5473)
* Split py_version_35 test
1 parent 15b1e5a commit 7873b77

32 files changed

+14
-14
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"""No warnings should be emitted for features that require Python > 3.5"""
2+
# pylint: disable=invalid-name
3+
4+
# consider-using-assignment-expr -> requires Python 3.8
5+
a1 = 2
6+
if a1:
7+
...

0 commit comments

Comments
 (0)