@@ -11,7 +11,7 @@ FURB118.py:2:13: FURB118 [*] Use `operator.invert` instead of defining a lambda
1111 |
1212 = help : Replace with ` operator.invert`
1313
14- ℹ Safe fix
14+ ℹ Unsafe fix
15151 1 | # Errors .
16162 | - op_bitnot = lambda x : ~ x
1717 2 | + import operator
@@ -31,7 +31,7 @@ FURB118.py:3:10: FURB118 [*] Use `operator.not_` instead of defining a lambda
3131 |
3232 = help : Replace with ` operator.not_`
3333
34- ℹ Safe fix
34+ ℹ Unsafe fix
35351 1 | # Errors .
3636 2 | + import operator
37372 3 | op_bitnot = lambda x : ~ x
@@ -51,7 +51,7 @@ FURB118.py:4:10: FURB118 [*] Use `operator.pos` instead of defining a lambda
5151 |
5252 = help : Replace with ` operator.pos`
5353
54- ℹ Safe fix
54+ ℹ Unsafe fix
55551 1 | # Errors .
5656 2 | + import operator
57572 3 | op_bitnot = lambda x : ~ x
@@ -73,7 +73,7 @@ FURB118.py:5:10: FURB118 [*] Use `operator.neg` instead of defining a lambda
7373 |
7474 = help : Replace with ` operator.neg`
7575
76- ℹ Safe fix
76+ ℹ Unsafe fix
77771 1 | # Errors .
7878 2 | + import operator
79792 3 | op_bitnot = lambda x : ~ x
@@ -96,7 +96,7 @@ FURB118.py:7:10: FURB118 [*] Use `operator.add` instead of defining a lambda
9696 |
9797 = help : Replace with ` operator.add`
9898
99- ℹ Safe fix
99+ ℹ Unsafe fix
1001001 1 | # Errors .
101101 2 | + import operator
1021022 3 | op_bitnot = lambda x : ~ x
@@ -120,7 +120,7 @@ FURB118.py:8:10: FURB118 [*] Use `operator.sub` instead of defining a lambda
120120 |
121121 = help : Replace with ` operator.sub`
122122
123- ℹ Safe fix
123+ ℹ Unsafe fix
1241241 1 | # Errors .
125125 2 | + import operator
1261262 3 | op_bitnot = lambda x : ~ x
@@ -146,7 +146,7 @@ FURB118.py:9:11: FURB118 [*] Use `operator.mul` instead of defining a lambda
146146 |
147147 = help : Replace with ` operator.mul`
148148
149- ℹ Safe fix
149+ ℹ Unsafe fix
1501501 1 | # Errors .
151151 2 | + import operator
1521522 3 | op_bitnot = lambda x : ~ x
@@ -173,7 +173,7 @@ FURB118.py:10:14: FURB118 [*] Use `operator.matmul` instead of defining a lambda
173173 |
174174 = help : Replace with ` operator.matmul`
175175
176- ℹ Safe fix
176+ ℹ Unsafe fix
1771771 1 | # Errors .
178178 2 | + import operator
1791792 3 | op_bitnot = lambda x : ~ x
@@ -200,7 +200,7 @@ FURB118.py:11:14: FURB118 [*] Use `operator.truediv` instead of defining a lambd
200200 |
201201 = help : Replace with ` operator.truediv`
202202
203- ℹ Safe fix
203+ ℹ Unsafe fix
2042041 1 | # Errors .
205205 2 | + import operator
2062062 3 | op_bitnot = lambda x : ~ x
@@ -227,7 +227,7 @@ FURB118.py:12:10: FURB118 [*] Use `operator.mod` instead of defining a lambda
227227 |
228228 = help : Replace with ` operator.mod`
229229
230- ℹ Safe fix
230+ ℹ Unsafe fix
2312311 1 | # Errors .
232232 2 | + import operator
2332332 3 | op_bitnot = lambda x : ~ x
@@ -254,7 +254,7 @@ FURB118.py:13:10: FURB118 [*] Use `operator.pow` instead of defining a lambda
254254 |
255255 = help : Replace with ` operator.pow`
256256
257- ℹ Safe fix
257+ ℹ Unsafe fix
2582581 1 | # Errors .
259259 2 | + import operator
2602602 3 | op_bitnot = lambda x : ~ x
@@ -281,7 +281,7 @@ FURB118.py:14:13: FURB118 [*] Use `operator.lshift` instead of defining a lambda
281281 |
282282 = help : Replace with ` operator.lshift`
283283
284- ℹ Safe fix
284+ ℹ Unsafe fix
2852851 1 | # Errors .
286286 2 | + import operator
2872872 3 | op_bitnot = lambda x : ~ x
@@ -308,7 +308,7 @@ FURB118.py:15:13: FURB118 [*] Use `operator.rshift` instead of defining a lambda
308308 |
309309 = help : Replace with ` operator.rshift`
310310
311- ℹ Safe fix
311+ ℹ Unsafe fix
3123121 1 | # Errors .
313313 2 | + import operator
3143142 3 | op_bitnot = lambda x : ~ x
@@ -335,7 +335,7 @@ FURB118.py:16:12: FURB118 [*] Use `operator.or_` instead of defining a lambda
335335 |
336336 = help : Replace with ` operator.or_`
337337
338- ℹ Safe fix
338+ ℹ Unsafe fix
3393391 1 | # Errors .
340340 2 | + import operator
3413412 3 | op_bitnot = lambda x : ~ x
@@ -362,7 +362,7 @@ FURB118.py:17:10: FURB118 [*] Use `operator.xor` instead of defining a lambda
362362 |
363363 = help : Replace with ` operator.xor`
364364
365- ℹ Safe fix
365+ ℹ Unsafe fix
3663661 1 | # Errors .
367367 2 | + import operator
3683682 3 | op_bitnot = lambda x : ~ x
@@ -388,7 +388,7 @@ FURB118.py:18:13: FURB118 [*] Use `operator.and_` instead of defining a lambda
388388 |
389389 = help : Replace with ` operator.and_`
390390
391- ℹ Safe fix
391+ ℹ Unsafe fix
3923921 1 | # Errors .
393393 2 | + import operator
3943942 3 | op_bitnot = lambda x : ~ x
@@ -415,7 +415,7 @@ FURB118.py:19:15: FURB118 [*] Use `operator.floordiv` instead of defining a lamb
415415 |
416416 = help : Replace with ` operator.floordiv`
417417
418- ℹ Safe fix
418+ ℹ Unsafe fix
4194191 1 | # Errors .
420420 2 | + import operator
4214212 3 | op_bitnot = lambda x : ~ x
@@ -442,7 +442,7 @@ FURB118.py:21:9: FURB118 [*] Use `operator.eq` instead of defining a lambda
442442 |
443443 = help : Replace with ` operator.eq`
444444
445- ℹ Safe fix
445+ ℹ Unsafe fix
4464461 1 | # Errors .
447447 2 | + import operator
4484482 3 | op_bitnot = lambda x : ~ x
@@ -468,7 +468,7 @@ FURB118.py:22:9: FURB118 [*] Use `operator.ne` instead of defining a lambda
468468 |
469469 = help : Replace with ` operator.ne`
470470
471- ℹ Safe fix
471+ ℹ Unsafe fix
4724721 1 | # Errors .
473473 2 | + import operator
4744742 3 | op_bitnot = lambda x : ~ x
@@ -495,7 +495,7 @@ FURB118.py:23:9: FURB118 [*] Use `operator.lt` instead of defining a lambda
495495 |
496496 = help : Replace with ` operator.lt`
497497
498- ℹ Safe fix
498+ ℹ Unsafe fix
4994991 1 | # Errors .
500500 2 | + import operator
5015012 3 | op_bitnot = lambda x : ~ x
@@ -522,7 +522,7 @@ FURB118.py:24:10: FURB118 [*] Use `operator.le` instead of defining a lambda
522522 |
523523 = help : Replace with ` operator.le`
524524
525- ℹ Safe fix
525+ ℹ Unsafe fix
5265261 1 | # Errors .
527527 2 | + import operator
5285282 3 | op_bitnot = lambda x : ~ x
@@ -549,7 +549,7 @@ FURB118.py:25:9: FURB118 [*] Use `operator.gt` instead of defining a lambda
549549 |
550550 = help : Replace with ` operator.gt`
551551
552- ℹ Safe fix
552+ ℹ Unsafe fix
5535531 1 | # Errors .
554554 2 | + import operator
5555552 3 | op_bitnot = lambda x : ~ x
@@ -576,7 +576,7 @@ FURB118.py:26:10: FURB118 [*] Use `operator.ge` instead of defining a lambda
576576 |
577577 = help : Replace with ` operator.ge`
578578
579- ℹ Safe fix
579+ ℹ Unsafe fix
5805801 1 | # Errors .
581581 2 | + import operator
5825822 3 | op_bitnot = lambda x : ~ x
@@ -603,7 +603,7 @@ FURB118.py:27:9: FURB118 [*] Use `operator.is_` instead of defining a lambda
603603 |
604604 = help : Replace with ` operator.is_`
605605
606- ℹ Safe fix
606+ ℹ Unsafe fix
6076071 1 | # Errors .
608608 2 | + import operator
6096092 3 | op_bitnot = lambda x : ~ x
@@ -630,7 +630,7 @@ FURB118.py:28:12: FURB118 [*] Use `operator.is_not` instead of defining a lambda
630630 |
631631 = help : Replace with ` operator.is_not`
632632
633- ℹ Safe fix
633+ ℹ Unsafe fix
6346341 1 | # Errors .
635635 2 | + import operator
6366362 3 | op_bitnot = lambda x : ~ x
@@ -657,7 +657,7 @@ FURB118.py:29:9: FURB118 [*] Use `operator.contains` instead of defining a lambd
657657 |
658658 = help : Replace with ` operator.contains`
659659
660- ℹ Safe fix
660+ ℹ Unsafe fix
6616611 1 | # Errors .
662662 2 | + import operator
6636632 3 | op_bitnot = lambda x : ~ x
@@ -684,7 +684,7 @@ FURB118.py:30:17: FURB118 [*] Use `operator.itemgetter(0)` instead of defining a
684684 |
685685 = help : Replace with ` operator.itemgetter(0)`
686686
687- ℹ Safe fix
687+ ℹ Unsafe fix
6886881 1 | # Errors .
689689 2 | + import operator
6906902 3 | op_bitnot = lambda x : ~ x
@@ -711,7 +711,7 @@ FURB118.py:31:17: FURB118 [*] Use `operator.itemgetter(0, 1, 2)` instead of defi
711711 |
712712 = help : Replace with ` operator.itemgetter(0, 1, 2)`
713713
714- ℹ Safe fix
714+ ℹ Unsafe fix
7157151 1 | # Errors .
716716 2 | + import operator
7177172 3 | op_bitnot = lambda x : ~ x
@@ -738,7 +738,7 @@ FURB118.py:32:17: FURB118 [*] Use `operator.itemgetter(slice(1, None), 2)` inste
738738 |
739739 = help : Replace with ` operator.itemgetter(slice(1, None), 2)`
740740
741- ℹ Safe fix
741+ ℹ Unsafe fix
7427421 1 | # Errors .
743743 2 | + import operator
7447442 3 | op_bitnot = lambda x : ~ x
@@ -765,7 +765,7 @@ FURB118.py:33:17: FURB118 [*] Use `operator.itemgetter(slice(None))` instead of
765765 |
766766 = help : Replace with ` operator.itemgetter(slice(None))`
767767
768- ℹ Safe fix
768+ ℹ Unsafe fix
7697691 1 | # Errors .
770770 2 | + import operator
7717712 3 | op_bitnot = lambda x : ~ x
@@ -791,7 +791,7 @@ FURB118.py:34:17: FURB118 [*] Use `operator.itemgetter((0, 1))` instead of defin
791791 |
792792 = help : Replace with ` operator.itemgetter((0, 1))`
793793
794- ℹ Safe fix
794+ ℹ Unsafe fix
7957951 1 | # Errors .
796796 2 | + import operator
7977972 3 | op_bitnot = lambda x : ~ x
@@ -816,7 +816,7 @@ FURB118.py:35:17: FURB118 [*] Use `operator.itemgetter((0, 1))` instead of defin
816816 |
817817 = help : Replace with ` operator.itemgetter((0, 1))`
818818
819- ℹ Safe fix
819+ ℹ Unsafe fix
8208201 1 | # Errors .
821821 2 | + import operator
8228222 3 | op_bitnot = lambda x : ~ x
@@ -857,7 +857,7 @@ FURB118.py:88:17: FURB118 [*] Use `operator.itemgetter((slice(None), 1))` instea
857857 |
858858 = help: Replace with `operator.itemgetter((slice (None ), 1))`
859859
860- ℹ Safe fix
860+ ℹ Unsafe fix
8618611 1 | # Errors.
862862 2 |+import operator
8638632 3 | op_bitnot = lambda x: ~x
@@ -884,7 +884,7 @@ FURB118.py:89:17: FURB118 [*] Use `operator.itemgetter((1, slice(None)))` instea
884884 |
885885 = help: Replace with `operator.itemgetter((1, slice (None )))`
886886
887- ℹ Safe fix
887+ ℹ Unsafe fix
8888881 1 | # Errors.
889889 2 |+import operator
8908902 3 | op_bitnot = lambda x: ~x
@@ -910,7 +910,7 @@ FURB118.py:92:17: FURB118 [*] Use `operator.itemgetter((1, slice(None)))` instea
910910 |
911911 = help: Replace with `operator.itemgetter((1, slice (None )))`
912912
913- ℹ Safe fix
913+ ℹ Unsafe fix
9149141 1 | # Errors.
915915 2 |+import operator
9169162 3 | op_bitnot = lambda x: ~x
@@ -934,7 +934,7 @@ FURB118.py:95:17: FURB118 [*] Use `operator.itemgetter((1, 2))` instead
934934 |
935935 = help: Replace with `operator.itemgetter((1, 2))`
936936
937- ℹ Safe fix
937+ ℹ Unsafe fix
9389381 1 | # Errors.
939939 2 |+import operator
9409402 3 | op_bitnot = lambda x: ~x
0 commit comments