Upgrade GitHub actions #103
Annotations
1 warning
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