Skip to content

Upgrade: bump actions/checkout from 4 to 5 #110

Upgrade: bump actions/checkout from 4 to 5

Upgrade: bump actions/checkout from 4 to 5 #110

Triggered via pull request September 2, 2025 17:20
Status Failure
Total duration 17s
Artifacts

testing.yml

on: pull_request
Test run action (triggers warnings)
7s
Test run action (triggers warnings)
Test run action (valid)
12s
Test run action (valid)
Test run action (valid with custom Flake8)
7s
Test run action (valid with custom Flake8)
Test run action (valid with Flake 3.8.0)
6s
Test run action (valid with Flake 3.8.0)
Test run action (valid with Python 3.9)
7s
Test run action (valid with Python 3.9)
Test run action (plugins)
7s
Test run action (plugins)
Test run action (classes)
8s
Test run action (classes)
Test run action (extra arguments)
6s
Test run action (extra arguments)
Test run action (working dir)
7s
Test run action (working dir)
Check for spelling errors
11s
Check for spelling errors
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 warnings
Test run action (valid with Flake 3.8.0)
Process completed with exit code 1.
Test run action (valid with custom Flake8)
Process completed with exit code 1.
Test run action (triggers warnings): example/example.py#L12
line too long (104 > 90 characters)
Test run action (triggers warnings): example/example.py#L5
indentation contains mixed spaces and tabs
Test run action (triggers warnings): example/example.py#L4
whitespace before ':'
Test run action (triggers warnings): example/example.py#L4
expected 2 blank lines, found 0
Test run action (triggers warnings): example/example.py#L4
redefinition of unused 'test' from line 2
Test run action (classes): example_bugbear/example.py#L1
Do not use mutable data structures for argument defaults. They are created during function definition time. All calls to the function reuse this one instance of that data structure, persisting changes between them.
Test run action (plugins): example_bugbear/example.py#L1
Do not use mutable data structures for argument defaults. They are created during function definition time. All calls to the function reuse this one instance of that data structure, persisting changes between them.
Test run action (triggers warnings): example/example.py#L5
indentation contains tabs