Skip to content

Commit

Permalink
Disable problematic pylint-pytest check
Browse files Browse the repository at this point in the history
When  reverbc/pylint-pytest#22 gets merged we might
reenable this check.
  • Loading branch information
bruno-fs committed Mar 3, 2022
1 parent 3cc3ec9 commit bda9af3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ load-plugins = [
"pylint_pytest",
]

[tool.pylint.message_control]
[tool.pylint.messages_control]
disable = [
"wrong-import-order",
# flakeheaven lint with --diff parameter seems to be incompatible with this check
"cannot-enumerate-pytest-fixtures",
"wrong-import-order",
]

[tool.pytest.ini_options]
Expand Down

0 comments on commit bda9af3

Please sign in to comment.