Skip to content

Commit dcfedb2

Browse files
committed
update types in types.py
1 parent e666e3b commit dcfedb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .flake8

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ statistics = True
88
# W293 = Blank line contains whitespace
99
# W504 = Line break after operator
1010
# E704 = multiple statements in one line - used for @override
11-
# TC002 =
11+
# TC002 = move third party import to TYPE_CHECKING
1212
# ANN = flake8-annotations
1313
# TC, TC2 = flake8-type-checking
1414
# D = flake8-docstrings
@@ -19,7 +19,7 @@ enable-extensions = TC, TC2 # only needed for extensions not enabled by default
1919
ignore = E265,E266,E731,E704,
2020
W293, W504,
2121
ANN0 ANN1 ANN2,
22-
# TC0, TC1, TC2
22+
TC002, # TC0, TC1, TC2
2323
# B,
2424
A,
2525
D,

0 commit comments

Comments
 (0)