Skip to content

Commit 70919a9

Browse files
Update env_developer.yml
1 parent 2b0da21 commit 70919a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/env_developer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- astroid>=2.3
77
- mccabe>=0.6
8-
- pylint>=2.7
8+
- pylint>=2.7,!=2.7.2 # 2.7.2: many false positive E1136(unsubscriptable-object)
99
- sphinx>=2.0
1010
- pip
1111
- pip:

0 commit comments

Comments
 (0)