feat: "working_directory" parameter to adjust the current working directory #104
Annotations
1 warning
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