Skip to content

Commit

Permalink
Drop use of pylint-pytest
Browse files Browse the repository at this point in the history
Remove integration of pylint-pytest as it seems to not produce
very reliable results both locally on on CI. Even worse the way
F6401 because only confused the user, making much harder to identify
what was the root cause.

Related: reverbc/pylint-pytest#21
  • Loading branch information
ssbarnea committed Jul 26, 2021
1 parent 35ade71 commit d5d2556
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,8 @@ repos:
hooks:
- id: pylint
additional_dependencies:
- .
- PyYAML
- flaky
- pylint-pytest
- pytest
- tenacity
- typing_extensions
3 changes: 0 additions & 3 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ good-names=f, # filename
preferred-modules =
unittest:pytest,

[MASTER]
load-plugins=pylint_pytest

[MESSAGES CONTROL]

disable =
Expand Down

0 comments on commit d5d2556

Please sign in to comment.