Upgrade GitHub actions #102
Annotations
1 error
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.
|
The logs for this run have expired and are no longer available.
Loading