@@ -14,26 +14,6 @@ ignore = [
1414 " TD002" , # missing todo author
1515 " TD003" , # missing todo link
1616 " PD011" , # pandas use of dot values
17- " S101" , # Use of assert detected (common in tests)
18- " PT017" , # Found assertion on exception in except block
19- " SLF001" , # Private member accessed (needed for testing)
20- " PLR2004" , # Magic value used in comparison
21- " ERA001" , # Found commented-out code (Japanese comments)
22- " FBT002" , # Boolean default positional argument
23- " C901" , # Function is too complex
24- " PLR0912" , # Too many branches
25- " PLR0913" , # Too many arguments
26- " PLR0915" , # Too many statements
27- " G004" , # Logging statement uses f-string
28- " TRY401" , # Redundant exception object in logging.exception
29- " BLE001" , # Do not catch blind exception
30- " PTH123" , # Use Path.open()
31- " S108" , # Insecure temp directory usage
32- " PLC0415" , # Import should be at top-level
33- " PLW2901" , # For loop variable overwritten
34- " S324" , # Insecure hash function
35- " SIM117" , # Use single with statement
36- " D205" , # Blank line required between summary and description
3717]
3818unfixable = [
3919 " F401" , # unused import
0 commit comments