feat: "working_directory" parameter to adjust the current working directory #106
Annotations
1 error
Run /./:
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.
|
Loading