File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 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):
8787 {
8888 "id" : "flake8" ,
8989 "additional_dependencies" : [
90- "pandas-dev-flaker==0.2 .0" ,
90+ "pandas-dev-flaker==0.4 .0" ,
9191 "flake8-bugs==1.1.1" ,
9292 ],
9393 }
@@ -101,7 +101,7 @@ def test_get_revisions_no_failure(capsys):
101101 "id" : "yesqa" ,
102102 "additional_dependencies" : [
103103 "flake8==0.1.1" ,
104- "pandas-dev-flaker==0.2 .0" ,
104+ "pandas-dev-flaker==0.4 .0" ,
105105 "flake8-bugs==1.1.1" ,
106106 ],
107107 }
@@ -116,7 +116,7 @@ def test_get_revisions_no_failure(capsys):
116116 {
117117 "pip" : [
118118 "git+https://github.com/pydata/pydata-sphinx-theme.git@master" ,
119- "pandas-dev-flaker==0.2 .0" ,
119+ "pandas-dev-flaker==0.4 .0" ,
120120 ]
121121 },
122122 ]
Original file line number Diff line number Diff line change @@ -103,7 +103,9 @@ ignore =
103103 # tests use comparisons but not their returned value
104104 B015,
105105 # false positives
106- B301
106+ B301,
107+ # single-letter variables
108+ PDF023
107109exclude =
108110 doc/sphinxext/*.py,
109111 doc/build/*.py,
You can’t perform that action at this time.
0 commit comments