We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa73fb commit 0f7de8bCopy full SHA for 0f7de8b
.github/workflows/ci.yaml
@@ -179,7 +179,7 @@ jobs:
179
echo "Failed to restore Python venv from cache"
180
exit 1
181
- name: Download all coverage artifacts
182
- uses: actions/download-artifact@v2.1.0
+ uses: actions/download-artifact@v4.1.7
183
- name: Combine coverage results
184
run: |
185
. venv/bin/activate
tests/test_linter_pickle.py
@@ -6,12 +6,10 @@
6
from pylint_plugin_utils import augment_visit, suppress_message
7
8
9
-def fake_augmentation_func(*args, **kwargs):
10
- ...
+def fake_augmentation_func(*args, **kwargs): ...
11
12
13
-def fake_suppress_func(*args, **kwargs):
14
+def fake_suppress_func(*args, **kwargs): ...
15
16
17
def test_linter_should_be_pickleable(linter):
0 commit comments