@@ -54,7 +54,7 @@ include = ["plugwise*"]
5454# 20241208: W0201 / attribute-defined-outside-init
5555# 20241208: R1702 / too-many-nested-blocks # too many nested blocks in test_init 8/5
5656# 20241208: R6102 / consider-using-tuple
57- # 20241208: Recommended disabling => "implicit-str-concat", # ISC001 - 2 occurances !
57+ # 20241208: Recommended disabling => "implicit-str-concat", # ISC001 - 2 occurrences !
5858# #
5959
6060[tool .pylint .MAIN ]
@@ -75,7 +75,7 @@ init-hook = """\
7575load-plugins = [
7676 " pylint.extensions.code_style" ,
7777 " pylint.extensions.typing" ,
78- " pylint_per_file_ignores" ,
78+ # "pylint_per_file_ignores",
7979]
8080persistent = false
8181extension-pkg-allow-list = [
@@ -366,12 +366,12 @@ enable = [
366366 # "useless-suppression", # temporarily every now and then to clean them up
367367 " use-symbolic-message-instead" ,
368368]
369- per-file-ignores = [
370- # redefined-outer-name: Tests reference fixtures in the test function
371- # use-implicit-booleaness-not-comparison: Tests need to validate that a list
372- # or a dict is returned
373- " /tests/:redefined-outer-name,use-implicit-booleaness-not-comparison" ,
374- ]
369+ # per-file-ignores = [
370+ # # redefined-outer-name: Tests reference fixtures in the test function
371+ # # use-implicit-booleaness-not-comparison: Tests need to validate that a list
372+ # # or a dict is returned
373+ # "/tests/:redefined-outer-name,use-implicit-booleaness-not-comparison",
374+ # ]
375375
376376[tool .pylint .REPORTS ]
377377score = false
0 commit comments