Skip to content

Commit bda9af3

Browse files
committed
Disable problematic pylint-pytest check
When reverbc/pylint-pytest#22 gets merged we might reenable this check.
1 parent 3cc3ec9 commit bda9af3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ load-plugins = [
3939
"pylint_pytest",
4040
]
4141

42-
[tool.pylint.message_control]
42+
[tool.pylint.messages_control]
4343
disable = [
44-
"wrong-import-order",
44+
# flakeheaven lint with --diff parameter seems to be incompatible with this check
45+
"cannot-enumerate-pytest-fixtures",
46+
"wrong-import-order",
4547
]
4648

4749
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)