File tree 2 files changed +6
-4
lines changed 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ def test_get_revisions_no_failure(capsys):
87
87
{
88
88
"id" : "flake8" ,
89
89
"additional_dependencies" : [
90
- "pandas-dev-flaker==0.2 .0" ,
90
+ "pandas-dev-flaker==0.4 .0" ,
91
91
"flake8-bugs==1.1.1" ,
92
92
],
93
93
}
@@ -101,7 +101,7 @@ def test_get_revisions_no_failure(capsys):
101
101
"id" : "yesqa" ,
102
102
"additional_dependencies" : [
103
103
"flake8==0.1.1" ,
104
- "pandas-dev-flaker==0.2 .0" ,
104
+ "pandas-dev-flaker==0.4 .0" ,
105
105
"flake8-bugs==1.1.1" ,
106
106
],
107
107
}
@@ -116,7 +116,7 @@ def test_get_revisions_no_failure(capsys):
116
116
{
117
117
"pip" : [
118
118
"git+https://github.com/pydata/pydata-sphinx-theme.git@master" ,
119
- "pandas-dev-flaker==0.2 .0" ,
119
+ "pandas-dev-flaker==0.4 .0" ,
120
120
]
121
121
},
122
122
]
Original file line number Diff line number Diff line change @@ -103,7 +103,9 @@ ignore =
103
103
# tests use comparisons but not their returned value
104
104
B015,
105
105
# false positives
106
- B301
106
+ B301,
107
+ # single-letter variables
108
+ PDF023
107
109
exclude =
108
110
doc/sphinxext/*.py,
109
111
doc/build/*.py,
You can’t perform that action at this time.
0 commit comments