Skip to content

Commit d5d2556

Browse files
committed
Drop use of pylint-pytest
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
1 parent 35ade71 commit d5d2556

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,8 @@ repos:
120120
hooks:
121121
- id: pylint
122122
additional_dependencies:
123-
- .
124123
- PyYAML
125124
- flaky
126-
- pylint-pytest
127125
- pytest
128126
- tenacity
129127
- typing_extensions

.pylintrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ good-names=f, # filename
1212
preferred-modules =
1313
unittest:pytest,
1414

15-
[MASTER]
16-
load-plugins=pylint_pytest
17-
1815
[MESSAGES CONTROL]
1916

2017
disable =

0 commit comments

Comments
 (0)