Skip to content

Commit e0d375a

Browse files
committed
WIP
1 parent 7289220 commit e0d375a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

scripts/tests/test_sync_flake8_versions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
]

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
107109
exclude =
108110
doc/sphinxext/*.py,
109111
doc/build/*.py,

0 commit comments

Comments
 (0)