Skip to content

Commit f564bd1

Browse files
committed
Add colon lines in library/logging to suspicious-ignore.csv
1 parent 8ad450e commit f564bd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/tools/susp-ignored.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ library/ipaddress,,::,2001:db00::0/ffff:ff00::
171171
library/itertools,,:step,elements from seq[start:stop:step]
172172
library/itertools,,::,kernel = tuple(kernel)[::-1]
173173
library/itertools,,:stop,elements from seq[start:stop:step]
174+
library/logging,,:root,WARNING:root:Watch out!
175+
library/logging,,:Watch,WARNING:root:Watch out!
174176
library/logging.handlers,,:port,host:port
175177
library/mmap,,:i2,obj[i1:i2]
176178
library/multiprocessing,,`,# Add more tasks using `put()`

0 commit comments

Comments
 (0)