We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608c555 commit c8dec0aCopy full SHA for c8dec0a
pyproject.toml
@@ -75,7 +75,6 @@ init-hook = """\
75
load-plugins = [
76
"pylint.extensions.code_style",
77
"pylint.extensions.typing",
78
- "pylint_per_file_ignores",
79
]
80
persistent = false
81
extension-pkg-allow-list = [
@@ -366,12 +365,6 @@ enable = [
366
365
#"useless-suppression", # temporarily every now and then to clean them up
367
"use-symbolic-message-instead",
368
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
-]
375
376
[tool.pylint.REPORTS]
377
score = false
0 commit comments